fix initial test/square-bracket bug
authorMark Eichin <eichin@mit.edu>
Wed, 28 Sep 1994 00:17:46 +0000 (00:17 +0000)
committerMark Eichin <eichin@mit.edu>
Wed, 28 Sep 1994 00:17:46 +0000 (00:17 +0000)
git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@4357 dc483132-0cff-0310-8789-dd5450dbe970

src/util/kbuild

index 72b45a0a1e59ae1f485ec10abd36f6343d46f26c..7a32dab88158d33ddd769ff370373f5360ecc4c7 100644 (file)
@@ -8,7 +8,7 @@
 CONFIG=$1
 BUILD_PATH=./build-path
 
-if test ${CONFIG}x = x ]; then
+if [ ${CONFIG}x = x ]; then
        echo "You must specify an build configuration file!"
        exit 1
 fi