Skip to content

Commit

Permalink
Apply needs to run with bash, not sh.
Browse files Browse the repository at this point in the history
  • Loading branch information
mythmon committed Mar 30, 2012
1 parent cb4ca3e commit 9b6e110
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion apply.sh
@@ -1,4 +1,4 @@
#!/bin/sh #!/bin/bash


if [[ ${SUDO} == 'NO' ]]; then if [[ ${SUDO} == 'NO' ]]; then
SUDO="" SUDO=""
Expand Down

0 comments on commit 9b6e110

Please sign in to comment.