Skip to content

Commit

Permalink
Merge pull request powerline#279 from femiagbabiaka/bugfix-bsd-instal…
Browse files Browse the repository at this point in the history
…l-compat

Use /bin/sh as the interpreter for installation script.
  • Loading branch information
ZyX-I authored Apr 23, 2018
2 parents 3dc103d + 6c7f30e commit a08b1f6
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion install.sh
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
#!/bin/bash
#!/bin/sh

# Set source and target directories
powerline_fonts_dir="$( cd "$( dirname "$0" )" && pwd )"
Expand Down
2 changes: 1 addition & 1 deletion uninstall.sh
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
#!/bin/bash
#!/bin/sh

# Set source and target directories
powerline_fonts_dir="$( cd "$( dirname "$0" )" && pwd )"
Expand Down

0 comments on commit a08b1f6

Please sign in to comment.