diff options
Diffstat (limited to 'mkconfig')
-rwxr-xr-x[-rw-r--r--] | mkconfig | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/mkconfig b/mkconfig index e366267181..54775d31df 100644..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 |