summaryrefslogtreecommitdiff
path: root/include/applets.h
diff options
context:
space:
mode:
authorEric Andersen <andersen@codepoet.org>2001-07-25 07:22:55 +0000
committerEric Andersen <andersen@codepoet.org>2001-07-25 07:22:55 +0000
commit655584b07a4b7a1d792c37f7edf1f3467ab803e7 (patch)
treecd4e81726596669f4160754371e954024757713c /include/applets.h
parent6c7ac21f3a44ccf4a75ce413404726b327691724 (diff)
downloadbusybox-w32-655584b07a4b7a1d792c37f7edf1f3467ab803e7.tar.gz
busybox-w32-655584b07a4b7a1d792c37f7edf1f3467ab803e7.tar.bz2
busybox-w32-655584b07a4b7a1d792c37f7edf1f3467ab803e7.zip
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 'include/applets.h')
-rw-r--r--include/applets.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/applets.h b/include/applets.h
index 1fb6dcd92..9fc59cda5 100644
--- a/include/applets.h
+++ b/include/applets.h
@@ -408,7 +408,7 @@
408 APPLET(uniq, uniq_main, _BB_DIR_USR_BIN) 408 APPLET(uniq, uniq_main, _BB_DIR_USR_BIN)
409#endif 409#endif
410#ifdef BB_UNIX2DOS 410#ifdef BB_UNIX2DOS
411 APPLET(unix2dos, unix2dos_main, _BB_DIR_USR_BIN) 411 APPLET(unix2dos, dos2unix_main, _BB_DIR_USR_BIN)
412#endif 412#endif
413#ifdef BB_UPDATE 413#ifdef BB_UPDATE
414 APPLET(update, update_main, _BB_DIR_SBIN) 414 APPLET(update, update_main, _BB_DIR_SBIN)