Browse Source

Minor typo fix.

Manuel Novoa III 21 years ago
parent
commit
0d898a4d61
1 changed files with 1 additions and 1 deletions
  1. 1 1
      extra/scripts/fix_includes.sh

+ 1 - 1
extra/scripts/fix_includes.sh

@@ -130,7 +130,7 @@ if [ ! -d "$KERNEL_SOURCE/include/asm" ]; then
 		ln -fs arch-ebsa285 arch);
 	    fi
 	fi;
-    elif [ "$TARGET_ARCH)" = "cris" ]; then
+    elif [ "$TARGET_ARCH" = "cris" ]; then
 	set -x;
 	ln -fs $KERNEL_SOURCE/include/asm-cris include/asm;
 	set +x;