Fix a stupid bug revealed by multibuild.pl
authorEric Andersen <andersen@codepoet.org>
Fri, 6 Jul 2001 18:33:04 +0000 (18:33 -0000)
committerEric Andersen <andersen@codepoet.org>
Fri, 6 Jul 2001 18:33:04 +0000 (18:33 -0000)
applets.h
include/applets.h

index 287b29cf2c1397e988f898e1a531c4605ae78eec..e6ee3c95e2de76016d2437c291611271b8bfd205 100644 (file)
--- a/applets.h
+++ b/applets.h
        APPLET(uniq, uniq_main, _BB_DIR_USR_BIN)
 #endif
 #ifdef BB_UNIX2DOS
-       APPLET(unix2dos, dos2unix_main, _BB_DIR_USR_BIN)
+       APPLET(unix2dos, unix2dos_main, _BB_DIR_USR_BIN)
 #endif
 #ifdef BB_UPDATE
        APPLET(update, update_main, _BB_DIR_SBIN)
index 287b29cf2c1397e988f898e1a531c4605ae78eec..e6ee3c95e2de76016d2437c291611271b8bfd205 100644 (file)
        APPLET(uniq, uniq_main, _BB_DIR_USR_BIN)
 #endif
 #ifdef BB_UNIX2DOS
-       APPLET(unix2dos, dos2unix_main, _BB_DIR_USR_BIN)
+       APPLET(unix2dos, unix2dos_main, _BB_DIR_USR_BIN)
 #endif
 #ifdef BB_UPDATE
        APPLET(update, update_main, _BB_DIR_SBIN)