projects
/
platform
/
upstream
/
busybox.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
a67a962
)
hush: enable "lash is deprecated, please use hush instead" message
author
Denys Vlasenko
<vda.linux@googlemail.com>
Thu, 20 Aug 2009 01:40:04 +0000
(
03:40
+0200)
committer
Denys Vlasenko
<vda.linux@googlemail.com>
Thu, 20 Aug 2009 01:40:04 +0000
(
03:40
+0200)
Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>
shell/hush.c
patch
|
blob
|
history
diff --git
a/shell/hush.c
b/shell/hush.c
index
b71e1b6
..
5698bb5
100644
(file)
--- a/
shell/hush.c
+++ b/
shell/hush.c
@@
-6741,7
+6741,7
@@
int hush_main(int argc, char **argv)
int lash_main(int argc, char **argv) MAIN_EXTERNALLY_VISIBLE;
int lash_main(int argc, char **argv)
{
-
//
bb_error_msg("lash is deprecated, please use hush instead");
+ bb_error_msg("lash is deprecated, please use hush instead");
return hush_main(argc, argv);
}
#endif