Skip to content

Commit

Permalink
Add missing ! in shebang and use env for portability
Browse files Browse the repository at this point in the history
  • Loading branch information
Johennes committed Aug 27, 2015
1 parent fb1327f commit f090434
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion install.sh
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
#/bin/bash
#!/usr/bin/env bash

mkdir -p ~/Library/Developer/Xcode/UserData/FontAndColorThemes/
cp *.dvtcolortheme ~/Library/Developer/Xcode/UserData/FontAndColorThemes/

0 comments on commit f090434

Please sign in to comment.