Whamcloud - gitweb
Make it clear in an error message that it is mk_cmds that is complaining
authorTheodore Ts'o <tytso@mit.edu>
Sun, 1 Jul 2007 00:05:41 +0000 (20:05 -0400)
committerTheodore Ts'o <tytso@mit.edu>
Sun, 1 Jul 2007 00:05:41 +0000 (20:05 -0400)
Obviates gentoo patch: e2fsprogs-1.32-mk_cmds-cosmetic.patch

Signed-off-by: "Theodore Ts'o" <tytso@mit.edu>
lib/ss/mk_cmds.sh.in

index f2b46a6..572966c 100644 (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