rename: run_applet_by_name -> run_applet_and_exit

This commit is contained in:
Denis Vlasenko
2007-04-11 17:03:19 +00:00
parent 12c96a64a4
commit e4f2d064b0
8 changed files with 11 additions and 11 deletions

View File

@ -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