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

Yves-Alexis Perez corsac at alioth.debian.org
Mon Jan 17 08:42:14 UTC 2011


Author: corsac
Date: 2011-01-17 20:42:12 +0000 (Mon, 17 Jan 2011)
New Revision: 4819

Modified:
   scripts/pbuilder/pdebuild-sources.sh
Log:
typo


Modified: scripts/pbuilder/pdebuild-sources.sh
===================================================================
--- scripts/pbuilder/pdebuild-sources.sh	2011-01-17 20:15:14 UTC (rev 4818)
+++ scripts/pbuilder/pdebuild-sources.sh	2011-01-17 20:42:12 UTC (rev 4819)
@@ -162,10 +162,10 @@
 COUNT=$(echo $PACKAGES |wc -w)
 for pkg in $PACKAGES
 do
-	/bin/echo -e "\e]2;[$DONE/$COUNT]: building $pkg\e\\"
+	printf "\e]2;[$DONE/$COUNT]: building $pkg\e\\"
 	build $pkg
 	DONE=$((DONE+1))
 done 
-/bin/echo -e "\e]2;[$DONE/$COUNT]: done building\e\\"
+printf "\e]2;[$DONE/$COUNT]: done building\e\\"
 
 #sudo umount $BUILDPLACE




More information about the Pkg-xfce-commits mailing list