Browse Source

fix issue with alternate syntax

master
poikilos 5 years ago
committed by Jacob Gustafson
parent
commit
aae228ad76
  1. 8
      patches/prepatch.sh

8
patches/prepatch.sh

@ -19,14 +19,14 @@ enable_install=false
if [ "@$3" == "@--install" ]; then if [ "@$3" == "@--install" ]; then
enable_install=true enable_install=true
branch="$4" branch="$4"
fi elif [ "@$2" == "@--install" ]; then
if [ "@$2" == "@--install" ]; then
enable_install=true enable_install=true
branch="$3" branch="$3"
fi elif [ "@$1" == "@--install" ]; then
if [ "@$1" == "@--install" ]; then
enable_install=true enable_install=true
branch="$2" branch="$2"
else
branch="$2"
fi fi
project0=Bucket_Game project0=Bucket_Game
project1=basis project1=basis

Loading…
Cancel
Save