From 655584b07a4b7a1d792c37f7edf1f3467ab803e7 Mon Sep 17 00:00:00 2001 From: Eric Andersen Date: Wed, 25 Jul 2001 07:22:55 +0000 Subject: This fixes dos2unix and unix2dos so they behave as expected. dos2unix was broken in the 0.52 release, and unix2dos was pretty lame... -Erik --- include/applets.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'include') 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 @@ 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) -- cgit v1.2.3