[Pkg-xfce-commits] r3191 - scripts/pbuilder

Yves-Alexis Perez corsac at alioth.debian.org
Sat Apr 25 05:32:41 UTC 2009


Author: corsac
Date: 2009-04-25 17:32:41 +0000 (Sat, 25 Apr 2009)
New Revision: 3191

Modified:
   scripts/pbuilder/pdebuild-sources.sh
Log:
missing occurrence of ${BASETGZ}


Modified: scripts/pbuilder/pdebuild-sources.sh
===================================================================
--- scripts/pbuilder/pdebuild-sources.sh	2009-04-25 17:01:56 UTC (rev 3190)
+++ scripts/pbuilder/pdebuild-sources.sh	2009-04-25 17:32:41 UTC (rev 3191)
@@ -115,7 +115,7 @@
 [ -d "$PBUILDERDIR/log" ] || mkdir -p "$PBUILDERDIR/log"
 
 if [ ! -f "$BASETGZ" ]; then
-    echo "base.tgz is missing. Use '$0 create' to create it"
+    echo "${BASETGZ} is missing. Use '$0 create' to create it"
     exit
 fi
 




More information about the Pkg-xfce-commits mailing list