r42759 - /scripts/rm-pkg-from-repo

gregoa at users.alioth.debian.org gregoa at users.alioth.debian.org
Tue Aug 25 18:21:11 UTC 2009


Author: gregoa
Date: Tue Aug 25 18:21:04 2009
New Revision: 42759

URL: http://svn.debian.org/wsvn/?sc=1&rev=42759
Log:
fix typo, thanks Ryan

Modified:
    scripts/rm-pkg-from-repo

Modified: scripts/rm-pkg-from-repo
URL: http://svn.debian.org/wsvn/scripts/rm-pkg-from-repo?rev=42759&op=diff
==============================================================================
--- scripts/rm-pkg-from-repo (original)
+++ scripts/rm-pkg-from-repo Tue Aug 25 18:21:04 2009
@@ -52,7 +52,7 @@
 
 # no working copy found or svnpath failed
 TRUNK="${TRUNK:-$REPO/trunk/$PKG}"
-UPSTREAM="${UPSTREAM:-$REPO/brances/upstream/$PKG}"
+UPSTREAM="${UPSTREAM:-$REPO/branches/upstream/$PKG}"
 TAGS="${TAGS:-$REPO/tags/$PKG}"
 
 if [ -n "$MV_TO_ATTIC" ]; then




More information about the Pkg-perl-cvs-commits mailing list