X-Git-Url: http://git.tdb.fi/?p=builder.git;a=blobdiff_plain;f=bootstrap.sh;h=4edf03903f24be786ba6ac937c389b1c46dd5f3e;hp=2f749090ce61eb492b18b018371d23c6597a67b5;hb=5d4bcb5bf2933b1330676bdfa358f485fcfeb400;hpb=b0eb979b0dc79269cb3bb5bb2e67ef4e80689cfe diff --git a/bootstrap.sh b/bootstrap.sh index 2f74909..4edf039 100755 --- a/bootstrap.sh +++ b/bootstrap.sh @@ -17,10 +17,10 @@ for i in $REQUIRED; do echo $i missing exit 1 fi - if [ $i == "core" ]; then + if [ $i = "core" ]; then ln -sf $path/source/core include/msp/core ln -sf $path/source/time include/msp/time - elif [ $i == "misc" ]; then + elif [ $i = "misc" ]; then ln -sf $path/source/*.h include/msp else ln -sf $path/source include/msp/$i