aboutsummaryrefslogtreecommitdiff
path: root/include/applets.h
diff options
context:
space:
mode:
authorandersen <andersen@69ca8d6d-28ef-0310-b511-8ec308f3f277>2001-07-25 07:22:55 +0000
committerandersen <andersen@69ca8d6d-28ef-0310-b511-8ec308f3f277>2001-07-25 07:22:55 +0000
commit252b7068203594964ca801dbb00c4a8a408485fe (patch)
treecd4e81726596669f4160754371e954024757713c /include/applets.h
parent5ad2ce1778d4b3cb676c764504b9c6da0847cbb2 (diff)
downloadbusybox-w32-252b7068203594964ca801dbb00c4a8a408485fe.tar.gz
busybox-w32-252b7068203594964ca801dbb00c4a8a408485fe.tar.bz2
busybox-w32-252b7068203594964ca801dbb00c4a8a408485fe.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 git-svn-id: svn://busybox.net/trunk/busybox@3140 69ca8d6d-28ef-0310-b511-8ec308f3f277
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)