diff --git a/build/jam/HaikuImage b/build/jam/HaikuImage index 53f56b323b..bf5120b35f 100644 --- a/build/jam/HaikuImage +++ b/build/jam/HaikuImage @@ -20,7 +20,7 @@ if $(INCLUDE_GPL_ADDONS) = 1 { GPL_ONLY = ; } -BEOS_BIN = addattr alert arp basename beep cat catattr chgrp chmod chop chown clear +BEOS_BIN = "[" addattr alert arp basename beep cat catattr chgrp chmod chop chown clear clockconfig cmp comm cp copyattr csplit cut date dd desklink df diff dirname driveinfo dstcheck du echo eject env error expr factor false fdinfo ffm find finddir fortune ftp funzip gawk $(X86_ONLY)gdb grep groups gzip head hey id ideinfo idestatus ifconfig iroster isvolume diff --git a/src/bin/coreutils/src/Jamfile b/src/bin/coreutils/src/Jamfile index d304fbf173..295e0af5e8 100644 --- a/src/bin/coreutils/src/Jamfile +++ b/src/bin/coreutils/src/Jamfile @@ -103,6 +103,7 @@ StdBinCommands # users.c # who.c +BinCommand "[" : lbracket.c : libfetish.a : $(coreutils_rsrc) ; BinCommand ls : ls.c ls-dir.c : libfetish.a : $(coreutils_rsrc) ;