Skip to content

Commit

Permalink
Fix a few errors in the dmg script.
Browse files Browse the repository at this point in the history
  • Loading branch information
dak180 committed Oct 23, 2011
1 parent 4b34db2 commit 4204ed8
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions macosx/configs/mkdmgs.sh
Expand Up @@ -76,7 +76,7 @@ fi
# Comment out the following to skip the high qual seq
# if [ ! -f "$sequencenme" ]; then
# echo "Fetching $sequencenme"
# elif ! curl -L --connect-timeout "30" -o "$sequencenme" "$sequence"; then
# if ! curl -L --connect-timeout "30" -o "$sequencenme" "$sequence"; then
# echo "error: Unable to fetch $sequence" >&2
# exit 1
# fi
Expand All @@ -90,7 +90,7 @@ fi
# if [ ! -f "$sequencelonme" ]; then
# echo "Fetching $sequencelonme"
# if [ -f "/Library/Application Support/Warzone 2100/sequences.wz" ]; then
# cp "/Library/Application Support/Warzone 2100/sequences.wz" "$sequencenme"
# cp "/Library/Application Support/Warzone 2100/sequences.wz" "$sequencelonme"
# elif ! curl -L --connect-timeout "30" -o "$sequencelonme" "$sequencelo"; then
# echo "error: Unable to fetch $sequencelo" >&2
# exit 1
Expand Down

0 comments on commit 4204ed8

Please sign in to comment.