Skip to content

Commit

Permalink
Remove copy-pasta comments
Browse files Browse the repository at this point in the history
  • Loading branch information
joshuaboniface committed Apr 9, 2020
1 parent 773a959 commit 3af18a1
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions build.sh
Expand Up @@ -63,17 +63,17 @@ while [[ $# -gt 0 ]]; do
case $key in
-t|--type)
BUILD_TYPE="$2"
shift # past argument
shift # past value
shift
shift
;;
-p|--platform)
PLATFORM="$2"
shift # past argument
shift # past value
shift
shift
;;
-k|--keep-artifacts)
KEEP_ARTIFACTS=YES
shift # past argument
shift
;;
-l|--list-platforms)
list_platforms
Expand All @@ -83,7 +83,7 @@ while [[ $# -gt 0 ]]; do
usage
exit 0
;;
*) # unknown option
*)
echo "Unknown option $1"
usage
exit 1
Expand Down

0 comments on commit 3af18a1

Please sign in to comment.