Author: tgg Date: 2007-08-19 12:43:14 +0000 (Sun, 19 Aug 2007) New Revision: 4029
Modified: trunk/aspectj/debian/cvs-get.sh Log: fix a typo in cvs-get.sh Modified: trunk/aspectj/debian/cvs-get.sh =================================================================== --- trunk/aspectj/debian/cvs-get.sh 2007-08-18 14:52:41 UTC (rev 4028) +++ trunk/aspectj/debian/cvs-get.sh 2007-08-19 12:43:14 UTC (rev 4029) @@ -1,4 +1,4 @@ -#!/bin/sh +#!/bin/sh # # AspectJ make no source release; so we need to check sources from CVS. # @@ -23,7 +23,7 @@ mkdir $ORIGDIR || exit 1 (cd $ORIGDIR && cvs -d $CVSROOT export -r$TAG org.aspectj/modules >/dev/null 2>&1) -if test "a$1" == "akeep"; then +if test "a$1" = "akeep"; then echo "keeping all files" else echo "removing unneeded files" _______________________________________________ pkg-java-commits mailing list [email protected] http://lists.alioth.debian.org/mailman/listinfo/pkg-java-commits

