diff options
author | vda <vda@69ca8d6d-28ef-0310-b511-8ec308f3f277> | 2007-04-11 17:03:19 +0000 |
---|---|---|
committer | vda <vda@69ca8d6d-28ef-0310-b511-8ec308f3f277> | 2007-04-11 17:03:19 +0000 |
commit | 9a5db51b503eba9c9b58ceabbf03869930429565 (patch) | |
tree | fe03aa276fa5396402dc2bc88fccb7559626b976 /scripts/individual | |
parent | 9e02dd5233d637966f7b94d666033b8109cbd155 (diff) | |
download | busybox-w32-9a5db51b503eba9c9b58ceabbf03869930429565.tar.gz busybox-w32-9a5db51b503eba9c9b58ceabbf03869930429565.tar.bz2 busybox-w32-9a5db51b503eba9c9b58ceabbf03869930429565.zip |
rename: run_applet_by_name -> run_applet_and_exit
git-svn-id: svn://busybox.net/trunk/busybox@18402 69ca8d6d-28ef-0310-b511-8ec308f3f277
Diffstat (limited to 'scripts/individual')
-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 () | |||
106 | gcc -Os -o build/$APPLET applets/individual.c $j \ | 106 | gcc -Os -o build/$APPLET applets/individual.c $j \ |
107 | `extra_libraries $APPFILT` libbb/libbb.a -Iinclude \ | 107 | `extra_libraries $APPFILT` libbb/libbb.a -Iinclude \ |
108 | -DBUILD_INDIVIDUAL \ | 108 | -DBUILD_INDIVIDUAL \ |
109 | '-Drun_applet_by_name(...)' '-Dfind_applet_by_name(...)=0' \ | 109 | '-Drun_applet_and_exit(...)' '-Dfind_applet_by_name(...)=0' \ |
110 | -DAPPLET_main=${APPFILT}_main -DAPPLET_full_usage=${HELPNAME} | 110 | -DAPPLET_main=${APPFILT}_main -DAPPLET_full_usage=${HELPNAME} |
111 | if [ $? -ne 0 ]; | 111 | if [ $? -ne 0 ]; |
112 | then | 112 | then |