aboutsummaryrefslogtreecommitdiff
path: root/scripts/individual
diff options
context:
space:
mode:
authorvda <vda@69ca8d6d-28ef-0310-b511-8ec308f3f277>2007-04-11 17:03:19 +0000
committervda <vda@69ca8d6d-28ef-0310-b511-8ec308f3f277>2007-04-11 17:03:19 +0000
commit9a5db51b503eba9c9b58ceabbf03869930429565 (patch)
treefe03aa276fa5396402dc2bc88fccb7559626b976 /scripts/individual
parent9e02dd5233d637966f7b94d666033b8109cbd155 (diff)
downloadbusybox-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-xscripts/individual2
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