aboutsummaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorMike Frysinger <vapier@gentoo.org>2005-04-14 02:49:22 +0000
committerMike Frysinger <vapier@gentoo.org>2005-04-14 02:49:22 +0000
commit75ac42b1aea14abbd8633003a6c56fa28c27a6c9 (patch)
treedcb9edcbd4e973f31208ed9aaec7d1c1def5d18e /include
parentc089ccdb441cf1493e974fa2ed4f9ac22c5637c7 (diff)
downloadbusybox-w32-75ac42b1aea14abbd8633003a6c56fa28c27a6c9.tar.gz
busybox-w32-75ac42b1aea14abbd8633003a6c56fa28c27a6c9.tar.bz2
busybox-w32-75ac42b1aea14abbd8633003a6c56fa28c27a6c9.zip
add aliases == and [[ for = and [ to support more bash scripts
Diffstat (limited to 'include')
-rw-r--r--include/applets.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/include/applets.h b/include/applets.h
index 125703216..90a081550 100644
--- a/include/applets.h
+++ b/include/applets.h
@@ -50,6 +50,7 @@
50 50
51#ifdef CONFIG_TEST 51#ifdef CONFIG_TEST
52 APPLET_NOUSAGE("[", test_main, _BB_DIR_USR_BIN, _BB_SUID_NEVER) 52 APPLET_NOUSAGE("[", test_main, _BB_DIR_USR_BIN, _BB_SUID_NEVER)
53 APPLET_NOUSAGE("[[", test_main, _BB_DIR_USR_BIN, _BB_SUID_NEVER)
53#endif 54#endif
54#ifdef CONFIG_ADDGROUP 55#ifdef CONFIG_ADDGROUP
55 APPLET(addgroup, addgroup_main, _BB_DIR_BIN, _BB_SUID_NEVER) 56 APPLET(addgroup, addgroup_main, _BB_DIR_BIN, _BB_SUID_NEVER)