[pkg-java] r4029 - trunk/aspectj/debian

tgg at alioth.debian.org tgg at alioth.debian.org
Sun Aug 19 12:43:14 UTC 2007


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"




More information about the pkg-java-commits mailing list