use /usr/bin/env bash instead of /bin/bash

This commit is contained in:
Robert Nagy
2012-03-18 14:14:02 +01:00
parent 86793aeed9
commit bae6e3f4fe

View File

@@ -1,4 +1,4 @@
#!/bin/bash
#!/usr/bin/env bash
#*************************************************************************
#
# DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.