Skip to content

Commit

Permalink
Fixed style issue.
Browse files Browse the repository at this point in the history
  • Loading branch information
karya0 committed May 12, 2016
1 parent aab1f56 commit b2cfd01
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build_mesos
Expand Up @@ -78,7 +78,7 @@ function main {
--nominal-version) version="$2" ; shift 2 ;;
--build-version) build_version="$2" ; shift 2 ;;
--extra-libs) extra_libs="$2" ; shift 2 ;;
--enable-ssl) enable_ssl=true ; shift 1 ;;
--enable-ssl) enable_ssl=true ; shift 1 ;;
*) err 'Argument error. Please see help.' ;;
esac
done
Expand Down

0 comments on commit b2cfd01

Please sign in to comment.