From: Theodore Ts'o Date: Sun, 1 Jul 2007 00:05:41 +0000 (-0400) Subject: Make it clear in an error message that it is mk_cmds that is complaining X-Git-Tag: v1.40.1~17 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=4b4df799f1099d50018bd5725b22062456080c05;p=thirdparty%2Fe2fsprogs.git 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" --- diff --git a/lib/ss/mk_cmds.sh.in b/lib/ss/mk_cmds.sh.in index f2b46a686..572966cf4 100644 --- a/lib/ss/mk_cmds.sh.in +++ b/lib/ss/mk_cmds.sh.in @@ -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