aboutsummaryrefslogtreecommitdiff
path: root/utils/inst
diff options
context:
space:
mode:
Diffstat (limited to 'utils/inst')
-rw-r--r--utils/inst3
1 files changed, 3 insertions, 0 deletions
diff --git a/utils/inst b/utils/inst
index e23b8de..b4090ec 100644
--- a/utils/inst
+++ b/utils/inst
@@ -117,6 +117,9 @@ doinst() {
}
inst() {
+ if [ ! -e "$1" ]; then
+ echo "Missing file to be installed: $1" >&2
+ fi
if [ -e "$2" ]; then
# If output exists, execute diff instead
checkdiff $1 $2