build rmp on aix

git-svn-id: https://svn.code.sf.net/p/xcat/code/xcat-core/trunk@9043 8638fb3e-16cb-4fca-ae20-7b5d299a9bcd
This commit is contained in:
xq2005 2011-03-14 10:09:53 +00:00
parent 4020be374a
commit 33331f7e57

View File

@ -45,7 +45,7 @@ IFS='
'
# Find all Javascript files
FILES=(`find ${UI_JS} -name '*.js'`)
FILES=`find ${UI_JS} -name '*.js'`
for i in ${FILES[*]}; do
# Ignore Javascripts that are already minified
if [[ ! $i =~ '.*\.min\.js$' ]]; then