Make it clear in an error message that it is mk_cmds that is complaining

Obviates gentoo patch: e2fsprogs-1.32-mk_cmds-cosmetic.patch

Signed-off-by: "Theodore Ts'o" <tytso@mit.edu>
bitmap-optimize
Theodore Ts'o 2007-06-30 20:05:41 -04:00
parent 6c9cc58375
commit 4b4df799f1
1 changed files with 1 additions and 1 deletions

View File

@ -44,7 +44,7 @@ BASE=`basename "$ROOT"`
TMP="ct$$.c"
if test ! -f "$FILE" ; then
echo "$FILE: File not found"
echo "mk_cmds: $FILE: File not found"
exit 1;
fi