summaryrefslogtreecommitdiffstats
path: root/bin/doexe
diff options
context:
space:
mode:
Diffstat (limited to 'bin/doexe')
-rwxr-xr-xbin/doexe3
1 files changed, 2 insertions, 1 deletions
diff --git a/bin/doexe b/bin/doexe
index 012e32034..6e72c1c75 100755
--- a/bin/doexe
+++ b/bin/doexe
@@ -24,5 +24,6 @@ for x in "$@" ; do
else
mysrc="${x}"
fi
- install ${EXEOPTIONS} "${mysrc}" "${D}${_E_EXEDESTTREE_}"
+ install $EXEOPTIONS "$mysrc" "$D$_E_EXEDESTTREE_" || \
+ echo "!!! ${0##*/}: $mysrc does not exist" 1>&2
done