Scripts : Changed shebang /bin/sh by /bin/bash specifically

This commit is contained in:
Benjamin Renard 2011-05-20 17:46:59 +02:00
parent 9d5d94c8ba
commit c079b0adf2
5 changed files with 5 additions and 5 deletions

View File

@ -1,4 +1,4 @@
#!/bin/sh
#!/bin/bash
ROOT_DIR=$( cd `dirname $0`; pwd )
LOCAL_CFG_DIR=$ROOT_DIR/config.local

View File

@ -1,4 +1,4 @@
#!/bin/sh
#!/bin/bash
ROOT_DIR=$( cd `dirname $0`; pwd )
LOCAL_CFG_DIR=$ROOT_DIR/config.local

View File

@ -1,4 +1,4 @@
#!/bin/sh
#!/bin/bash
ROOT_DIR=$( cd `dirname $0`; pwd )
LOCAL_CFG_DIR=$ROOT_DIR/config.local

View File

@ -1,4 +1,4 @@
#!/bin/sh
#!/bin/bash
ROOT_DIR=$( cd `dirname $0`; pwd )

View File

@ -1,4 +1,4 @@
#!/bin/sh
#!/bin/bash
ROOT_DIR=$( cd `dirname $0`; pwd )