12 Feb
2008
12 Feb
'08
1:56 p.m.
Author: tchemit Date: 2008-02-12 13:56:39 +0000 (Tue, 12 Feb 2008) New Revision: 863 Modified: trunk/simexplorer-is/simexplorer-is-swing/go.sh Log: coquille Modified: trunk/simexplorer-is/simexplorer-is-swing/go.sh =================================================================== --- trunk/simexplorer-is/simexplorer-is-swing/go.sh 2008-02-12 11:08:29 UTC (rev 862) +++ trunk/simexplorer-is/simexplorer-is-swing/go.sh 2008-02-12 13:56:39 UTC (rev 863) @@ -101,7 +101,7 @@ if [ ! "$MVN_ACTION" = "" ]; then action="mvn -e $MVN_ACTION $OFF_LINE > $MOUTPUT" echo "$action" - mkdir target 2>/devl/null + mkdir target 2>/dev/null eval "$action" if [ $? != 0 ] ; then echo "error with maven :"