Do not assume bash it as /bin/bash; use /usr/bin/env bash.

This commit is contained in:
Peter Schuller 2010-03-16 23:34:07 +01:00 committed by Phil Hagelberg
parent 625c5de55d
commit dcb2d54bf2

View file

@ -1,4 +1,4 @@
#!/bin/bash
#!/usr/bin/env bash
VERSION="1.2.0-SNAPSHOT"