[java-parent-project COMMIT] /trunk/bin/create-project-multimodule.sh

noreply at shibboleth.net noreply at shibboleth.net
Thu Dec 8 12:04:41 GMT 2011


Author: lajoie
Date: Thu Dec  8 12:04:41 2011
New Revision: 36

URL: http://svn.shibboleth.net/view/java-parent-project?rev=36&view=rev
Log:
fix typo

Modified:
    trunk/bin/create-project-multimodule.sh

Modified: trunk/bin/create-project-multimodule.sh
URL: http://svn.shibboleth.net/view/java-parent-project/trunk/bin/create-project-multimodule.sh?rev=36&r1=35&r2=36&view=diff
==============================================================================
--- trunk/bin/create-project-multimodule.sh (original)
+++ trunk/bin/create-project-multimodule.sh Thu Dec  8 12:04:41 2011
@@ -21,7 +21,7 @@
     exit 1
 fi
 
-declare -rf PROJ_ID=${SVN_PROJ_URL##*/}
+declare -r PROJ_ID=${SVN_PROJ_URL##*/}
 
 # Check to make sure this command is going to write in to some existing directory
 declare -r SVN_PROJ_DIR="$TMPDIR/$PROJ_ID-project"



More information about the commits mailing list