Skip to content

Commit

Permalink
Merge pull request #1 from quartzinquartz/hello_world
Browse files Browse the repository at this point in the history
updates a hello_world.sh comment
  • Loading branch information
quartzinquartz authored Mar 10, 2018
2 parents b31966b + ad25af7 commit 6b96650
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion exercises/hello-world/hello_world.sh
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@

# This option will make the script exit when there is an error
set -o errexit
# This option will make the script exit when are unset variables
# This option will make the script exit when it tries to use an unset variable
set -o nounset

main() {
Expand Down

0 comments on commit 6b96650

Please sign in to comment.