Skip to content

Commit

Permalink
Merge branch 'bugfix/ghi-#13-path-error-in-readme-bootstrap-script' i…
Browse files Browse the repository at this point in the history
…nto develop
  • Loading branch information
arcticicestudio committed Jan 7, 2017
2 parents cf2ea53 + e29d95e commit 850a72b
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,6 @@ SNOWSAW_BIN="bin/snowsaw"
SNOWBLOCKS_BASE_DIR_NAME="snowblocks"
SNOWBLOCKSDIR="$(cd "$(dirname "${BASH_SOURCE[0]}")" && pwd)/$SNOWBLOCKS_BASE_DIR_NAME"

cd "${SNOWBLOCKSDIR}"
"${SNOWSAW_DIR}/${SNOWSAW_BIN}" -s "${SNOWBLOCKSDIR}" "${@}"
```
The `${@}` allows to additionally specify supported options on the terminal for a dynamic script execution.
Expand Down

0 comments on commit 850a72b

Please sign in to comment.