Skip to content

Commit

Permalink
better toolchain-local.sh
Browse files Browse the repository at this point in the history
  • Loading branch information
take-cheeze committed Mar 2, 2012
1 parent 63a1886 commit 2ed6876
Showing 1 changed file with 8 additions and 1 deletion.
9 changes: 8 additions & 1 deletion toolchain-local.sh
@@ -1,4 +1,11 @@
export PSPDEV=$(pwd)/pspdev
export PATH=$PATH:$PSPDEV/bin

./toolchain.sh $(seq 1 10)
## If specific steps were requested...
if [ $1 ]; then
## Run the requested build scripts.
./toolchain.sh $@
else
## Run the all build scripts.
./toolchain.sh $(seq 1 11)
fi

0 comments on commit 2ed6876

Please sign in to comment.