diff options
author | Eric Andersen <andersen@codepoet.org> | 2001-07-25 07:22:55 +0000 |
---|---|---|
committer | Eric Andersen <andersen@codepoet.org> | 2001-07-25 07:22:55 +0000 |
commit | 655584b07a4b7a1d792c37f7edf1f3467ab803e7 (patch) | |
tree | cd4e81726596669f4160754371e954024757713c /applets.h | |
parent | 6c7ac21f3a44ccf4a75ce413404726b327691724 (diff) | |
download | busybox-655584b07a4b7a1d792c37f7edf1f3467ab803e7.tar.gz |
This fixes dos2unix and unix2dos so they behave as expected. dos2unix
was broken in the 0.52 release, and unix2dos was pretty lame...
-Erik
Diffstat (limited to 'applets.h')
-rw-r--r-- | applets.h | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -408,7 +408,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) |