diff options
author | Eric Andersen | 2001-02-22 23:37:30 +0000 |
---|---|---|
committer | Eric Andersen | 2001-02-22 23:37:30 +0000 |
commit | 544891dd2606ad3beb0aed65feaacc7a100c9dd2 (patch) | |
tree | b6b975d748efd73b474be62572b79f3c4b132738 /applets.h | |
parent | adea7a6101ca46d83c4c2327d349c3ca3a5c7601 (diff) | |
download | busybox-544891dd2606ad3beb0aed65feaacc7a100c9dd2.zip busybox-544891dd2606ad3beb0aed65feaacc7a100c9dd2.tar.gz |
Add in kent robotti's updated dos2unix.c
Diffstat (limited to 'applets.h')
-rw-r--r-- | applets.h | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -374,7 +374,7 @@ APPLET(uniq, uniq_main, _BB_DIR_USR_BIN) #endif #ifdef BB_UNIX2DOS - APPLET(unix2dos, unix2dos_main, _BB_DIR_USR_BIN) + APPLET(unix2dos, dos2unix_main, _BB_DIR_USR_BIN) #endif #ifdef BB_UPDATE APPLET(update, update_main, _BB_DIR_SBIN) |