diff options
author | Denis Vlasenko <vda.linux@googlemail.com> | 2007-04-11 17:03:19 +0000 |
---|---|---|
committer | Denis Vlasenko <vda.linux@googlemail.com> | 2007-04-11 17:03:19 +0000 |
commit | e4f2d064b0fcffc8897089e1c80e6e2d61b6805d (patch) | |
tree | fe03aa276fa5396402dc2bc88fccb7559626b976 /scripts | |
parent | 12c96a64a4b7ab75cb0e4a7dfde8960c4391b2a8 (diff) | |
download | busybox-e4f2d064b0fcffc8897089e1c80e6e2d61b6805d.tar.gz |
rename: run_applet_by_name -> run_applet_and_exit
Diffstat (limited to 'scripts')
-rwxr-xr-x | scripts/individual | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/scripts/individual b/scripts/individual index a09a5dc7a..e93ca5552 100755 --- a/scripts/individual +++ b/scripts/individual @@ -106,7 +106,7 @@ function buildit () gcc -Os -o build/$APPLET applets/individual.c $j \ `extra_libraries $APPFILT` libbb/libbb.a -Iinclude \ -DBUILD_INDIVIDUAL \ - '-Drun_applet_by_name(...)' '-Dfind_applet_by_name(...)=0' \ + '-Drun_applet_and_exit(...)' '-Dfind_applet_by_name(...)=0' \ -DAPPLET_main=${APPFILT}_main -DAPPLET_full_usage=${HELPNAME} if [ $? -ne 0 ]; then |