Skip to content

Commit

Permalink
Fix test syntax
Browse files Browse the repository at this point in the history
  • Loading branch information
bndabbs committed Aug 9, 2018
1 parent c344def commit 5d30fb0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .bash_profile
@@ -1,4 +1,4 @@
if [ "$OSTYPE" == "darwin"* ]; then
if [[ $OSTYPE == darwin* ]]; then
. ~/.bash_darwin
fi

Expand Down

0 comments on commit 5d30fb0

Please sign in to comment.