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:
parent
4020be374a
commit
33331f7e57
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user