Skip to content
This repository was archived by the owner on Jan 2, 2025. It is now read-only.

Commit

Permalink
Set bash flags in new line
Browse files Browse the repository at this point in the history
  • Loading branch information
dustinmm80 committed Aug 21, 2015
1 parent 3be2cbb commit 88df62f
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion install.sh
Original file line number Diff line number Diff line change
@@ -1,4 +1,6 @@
#!/usr/bin/env bash -e
#!/usr/bin/env bash

set -e

ARCH=`uname -m`

Expand Down

0 comments on commit 88df62f

Please sign in to comment.