Skip to content

Commit

Permalink
Interpret as bash, not sh
Browse files Browse the repository at this point in the history
  • Loading branch information
pimterry committed Nov 30, 2016
1 parent 4747168 commit 2785406
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion notes
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
#!/bin/sh
#!/bin/bash

configured_dir=${NOTES_DIRECTORY%/} # Remove trailing slashes
notes_dir="${configured_dir:-$HOME/notes}"
Expand Down

0 comments on commit 2785406

Please sign in to comment.