aboutsummaryrefslogtreecommitdiff
path: root/mkconfig
diff options
context:
space:
mode:
authorWolfgang Denk <wd@pollux.denx.de>2005-08-03 22:58:55 +0200
committerWolfgang Denk <wd@pollux.denx.de>2005-08-03 22:58:55 +0200
commit507d3b0cdef8ae85e3ad6a60ddde1c721f38b6bb (patch)
treec8c6915c9991cde0e1a15aa60de0cc525e38deb6 /mkconfig
parentdc17fb6dc2ea1965fc0a14674833643af678ec6f (diff)
Fix typo in mkconfig script (used == instead of =)
Patch by Murray Jensen, 18 Jul 2005
Diffstat (limited to 'mkconfig')
-rwxr-xr-xmkconfig2
1 files changed, 1 insertions, 1 deletions
diff --git a/mkconfig b/mkconfig
index e36626718..54775d31d 100755
--- 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