diff options
Diffstat (limited to 'maven/make-copy-poms.sh')
-rwxr-xr-x | maven/make-copy-poms.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/maven/make-copy-poms.sh b/maven/make-copy-poms.sh index 44e5e06..3c026b8 100755 --- a/maven/make-copy-poms.sh +++ b/maven/make-copy-poms.sh @@ -25,7 +25,7 @@ fi VERSION="$1" shift -PROJECTS=`./make-list-projects.sh | awk -F: '{print $1}'` || exit 1 +PROJECTS=`ls projects` || exit 1 for PROJECT in ${PROJECTS} do |