diff --git a/buildcore.sh b/buildcore.sh index 0fbcf0ec6..13494774c 100755 --- a/buildcore.sh +++ b/buildcore.sh @@ -1,5 +1,4 @@ -# The shell is commented out so that it will run in bash on linux and ksh on aix -# !/bin/bash +#!/bin/bash # Build and upload the xcat-core code, on either linux or aix. diff --git a/builddep.sh b/builddep.sh index 5a3f7e931..84ca78e40 100755 --- a/builddep.sh +++ b/builddep.sh @@ -1,5 +1,5 @@ -# The shell is commented out so that it will run in bash on linux and ksh on aix -# !/bin/sh +#!/bin/sh + # # Package up all the xCAT open source dependencies # - creating the yum repos diff --git a/buildlocal.sh b/buildlocal.sh index fa4e6dfa6..da6f64899 100755 --- a/buildlocal.sh +++ b/buildlocal.sh @@ -1,3 +1,4 @@ +#!/bin/sh ####################################################################### #build script for local usage #used for Linux/AIX/Ubuntu diff --git a/makerpm b/makerpm index 76a800688..355e236bf 100755 --- a/makerpm +++ b/makerpm @@ -1,5 +1,4 @@ -# The shell is commented out so that it will run in bash on linux and ksh on aix -# !/bin/bash +#!/bin/bash # IBM(c) 2007 EPL license http://www.eclipse.org/legal/epl-v10.html