diff options
author | Mark Raynsford <[email protected]> | 2013-07-02 15:25:43 +0000 |
---|---|---|
committer | Mark Raynsford <[email protected]> | 2013-07-02 15:25:43 +0000 |
commit | 340e1a3bf4056c8d5267e65e51c6150fbe94d420 (patch) | |
tree | c2421219d64fdcde5580c9d7425c844cd3d2d5b2 /maven | |
parent | af0ae5696d91c020651e7c89a3aa4c260d8dc72c (diff) | |
parent | 909a1bed99fa5f07fc3f4ec6564ffde529a5162b (diff) |
Merge branch 'master' of ssh://jogamp.org/srv/scm/jogamp-scripting
Diffstat (limited to 'maven')
-rwxr-xr-x | maven/make-deploy-one.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/maven/make-deploy-one.sh b/maven/make-deploy-one.sh index 6063022..d547c25 100755 --- a/maven/make-deploy-one.sh +++ b/maven/make-deploy-one.sh @@ -30,7 +30,7 @@ info "using repository: ${REPOSITORY_ID} ${REPOSITORY_URL}" PLATFORMS=`cat make-platforms.txt | awk '{print $1}'` || exit 1 CURRENT_DIR=`pwd` || exit 1 -PROJECT_LINE=`./make-list-projects.sh | egrep "^${NAME}\s+"` || exit 1 +PROJECT_LINE=`./make-list-projects.sh | grep -P "^${NAME}\s+"` || exit 1 # Determine whether or not the project has native jars NATIVES=`echo "${PROJECT_LINE}" | awk -F: '{print $2}'` || exit 1 |