Whamcloud - gitweb
git://git.whamcloud.com
/
tools
/
e2fsprogs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
6c9cc58
)
Make it clear in an error message that it is mk_cmds that is complaining
author
Theodore Ts'o
<tytso@mit.edu>
Sun, 1 Jul 2007 00:05:41 +0000
(20:05 -0400)
committer
Theodore 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
patch
|
blob
|
history
diff --git
a/lib/ss/mk_cmds.sh.in
b/lib/ss/mk_cmds.sh.in
index
f2b46a6
..
572966c
100644
(file)
--- 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