commit | 75ac42b1aea14abbd8633003a6c56fa28c27a6c9 | [log] [tgz] |
---|---|---|
author | Mike Frysinger <vapier@gentoo.org> | Thu Apr 14 02:49:22 2005 +0000 |
committer | Mike Frysinger <vapier@gentoo.org> | Thu Apr 14 02:49:22 2005 +0000 |
tree | dcb9edcbd4e973f31208ed9aaec7d1c1def5d18e | |
parent | c089ccdb441cf1493e974fa2ed4f9ac22c5637c7 [diff] [blame] |
add aliases == and [[ for = and [ to support more bash scripts
diff --git a/include/applets.h b/include/applets.h index 1257032..90a0815 100644 --- a/include/applets.h +++ b/include/applets.h
@@ -50,6 +50,7 @@ #ifdef CONFIG_TEST APPLET_NOUSAGE("[", test_main, _BB_DIR_USR_BIN, _BB_SUID_NEVER) + APPLET_NOUSAGE("[[", test_main, _BB_DIR_USR_BIN, _BB_SUID_NEVER) #endif #ifdef CONFIG_ADDGROUP APPLET(addgroup, addgroup_main, _BB_DIR_BIN, _BB_SUID_NEVER)