]> git.kernelconcepts.de Git - karo-tx-uboot.git/blobdiff - mkconfig
esd PMC405 board updated
[karo-tx-uboot.git] / mkconfig
index e366267181696f7c777ae2f960adf6aaeb8d42e7..54775d31dfef42fe0295640054976f691c1e48b3 100755 (executable)
--- a/mkconfig
+++ b/mkconfig
@@ -32,7 +32,7 @@ rm -f asm
 ln -s asm-$2 asm
 rm -f asm-$2/arch
 
-if [ -z "$6" -o "$6" == "NULL" ] ; then
+if [ -z "$6" -o "$6" = "NULL" ] ; then
        ln -s arch-$3 asm-$2/arch
 else
        ln -s arch-$6 asm-$2/arch