diff options
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 () | |||
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 |