OSDN Git Service

Minor typo fix.
authorManuel Novoa III <mjn3@codepoet.org>
Sat, 29 Nov 2003 21:23:42 +0000 (21:23 -0000)
committerManuel Novoa III <mjn3@codepoet.org>
Sat, 29 Nov 2003 21:23:42 +0000 (21:23 -0000)
extra/scripts/fix_includes.sh

index a7e8780..bcb6795 100755 (executable)
@@ -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;