fix vim syntax highlighting of .sh files
commit9efd10cd2ac9a7654b2c7c94df86bf09ab54f41a
authorFlorian Pritz <bluewind@xinu.at>
Thu, 30 Jun 2011 15:07:54 +0000 (30 17:07 +0200)
committerDan McGee <dan@archlinux.org>
Thu, 30 Jun 2011 15:44:45 +0000 (30 10:44 -0500)
tree2965273aa479462a199bfc40a358072069d14df7
parentc2cce4f3f5e0381d107ced3fee3ab0d7240653d1
fix vim syntax highlighting of .sh files

vim recognises what type of shell script it's dealing with by looking at
the shebang. If detection fails it falls back to sh which doesn't
support some bash features. Adding a normal, possibly broken, shebang
which gets fixed by the Makefile allows vim to detect bash syntax.

Signed-off-by: Florian Pritz <bluewind@xinu.at>
Signed-off-by: Dan McGee <dan@archlinux.org>
12 files changed:
contrib/Makefile.am
contrib/bacman.in
contrib/pacdiff.in
contrib/pacscripts.in
scripts/Makefile.am
scripts/makepkg.sh.in
scripts/pacman-db-upgrade.sh.in
scripts/pacman-key.sh.in
scripts/pacman-optimize.sh.in
scripts/pkgdelta.sh.in
scripts/rankmirrors.sh.in
scripts/repo-add.sh.in