ydns / bash-updater

YDNS Bash Updater Script
GNU General Public License v3.0
80 stars 43 forks source link

updater.sh: fix shebang line #21

Closed Mikaela closed 9 years ago

Mikaela commented 9 years ago

Using /usr/bin/env bash instead of /bin/bash is more portable and also works if user has their own bash outside of /bin.

For example many people installed bash from homebrew on OS X while Apple was taking a long time to fix shellshock.