2
0
mirror of https://github.com/xcat2/xcat-core.git synced 2025-05-29 09:13:08 +00:00

the shebang of bash scripts should be the 1st line of script file

This commit is contained in:
immarvin 2016-04-12 22:07:43 -04:00
parent 4cdafb7b7c
commit 0e4c73795c
4 changed files with 7 additions and 5 deletions

View File

@ -1,6 +1,6 @@
# The shell is commented out so that it will run in bash on linux and ksh on aix
# !/bin/bash
#!/bin/bash
# The shell is commented out so that it will run in bash on linux and ksh on aix
# Build and upload the xcat-core code, on either linux or aix.
# Getting Started:

View File

@ -1,5 +1,6 @@
#!/bin/sh
# The shell is commented out so that it will run in bash on linux and ksh on aix
# !/bin/sh
#
# Package up all the xCAT open source dependencies
# - creating the yum repos

View File

@ -1,3 +1,4 @@
#!/bin/sh
#######################################################################
#build script for local usage
#used for Linux/AIX/Ubuntu

View File

@ -1,6 +1,6 @@
# The shell is commented out so that it will run in bash on linux and ksh on aix
# !/bin/bash
#!/bin/bash
# The shell is commented out so that it will run in bash on linux and ksh on aix
# IBM(c) 2007 EPL license http://www.eclipse.org/legal/epl-v10.html
# Common script to make any one the xcat rpms. To build locally, run in the top dir of local svn repository, for example: