Skip to content

Commit

Permalink
shebangを/usr/bin/env bashに変更した
Browse files Browse the repository at this point in the history
  • Loading branch information
tmsanrinsha committed Oct 23, 2016
1 parent d13a88b commit 643d4f9
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion setup/libiconv.sh
@@ -1,4 +1,4 @@
#!/usr/local/bin/bash -x
#!/usr/bin/env bash -x

mkdir -p $HOME/local/{bin,src}
cd $HOME/local/src/ || exit 1
Expand Down
2 changes: 1 addition & 1 deletion setup/mercurial.sh
@@ -1,4 +1,4 @@
#!/usr/local/bin/bash -x
#!/usr/bin/env bash -x
# http://mercurial.selenic.com/release/で最新バージョンを確かめる
VERSION=2.0.1

Expand Down
2 changes: 1 addition & 1 deletion setup/screen.sh
@@ -1,4 +1,4 @@
#!/usr/local/bin/bash -x
#!/usr/bin/env bash -x
# screenを$HOME/local/bin以下にインストールする
# http://sanrinsha.lolipop.jp/blog/2011/12/%E9%96%8B%E7%99%BA%E7%89%88gnu-screen%E3%81%AE%E3%82%A4%E3%83%B3%E3%82%B9%E3%83%88%E3%83%BC%E3%83%AB.html
# automakeとgmakeが必要
Expand Down
2 changes: 1 addition & 1 deletion setup/tmux.sh
@@ -1,4 +1,4 @@
#!/usr/local/bin/bash -x
#!/usr/bin/env bash -x
# tmuxを$HOME/local/bin以下にインストールする
mkdir -p $HOME/local/{bin,src}

Expand Down
2 changes: 1 addition & 1 deletion setup/zsh.sh
@@ -1,4 +1,4 @@
#!/usr/local/bin/bash -x
#!/usr/bin/env bash -x
# zshを$HOME/local/bin以下にインストールする
# http://sourceforge.net/projects/zsh/files/zsh-dev/で最新バージョンを確かめる
VERSION=5.0.2
Expand Down

0 comments on commit 643d4f9

Please sign in to comment.