add aliases == and [[ for = and [ to support more bash scripts

This commit is contained in:
Mike Frysinger
2005-04-14 02:49:22 +00:00
parent c089ccdb44
commit 75ac42b1ae
2 changed files with 8 additions and 1 deletions

View File

@@ -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)