[Debian-live-changes] r1213 - dists/trunk/live-helper/helpers

Daniel Baumann daniel at alioth.debian.org
Tue May 1 15:18:53 UTC 2007


Author: daniel
Date: 2007-05-01 15:18:52 +0000 (Tue, 01 May 2007)
New Revision: 1213

Modified:
   dists/trunk/live-helper/helpers/lh_binary_debian-installer
Log:


Modified: dists/trunk/live-helper/helpers/lh_binary_debian-installer
===================================================================
--- dists/trunk/live-helper/helpers/lh_binary_debian-installer	2007-05-01 15:13:05 UTC (rev 1212)
+++ dists/trunk/live-helper/helpers/lh_binary_debian-installer	2007-05-01 15:18:52 UTC (rev 1213)
@@ -114,7 +114,7 @@
 cd binary/dists/"${LIVE_DISTRIBUTION}"/main/debian-installer/binary-"${LIVE_ARCHITECTURE}"
 wget "${LIVE_MIRROR_BUILD}"/dists/"${LIVE_DISTRIBUTION}"/main/debian-installer/binary-"${LIVE_ARCHITECTURE}"/Packages.gz
 gunzip -c Packages.gz > Packages
-cd -
+cd "${OLDPWD}"
 
 for DISTRIBUTION in frozen stable testing unstable
 do
@@ -131,7 +131,7 @@
 	mkdir -p binary/`dirname ${UDEB}`
 	cd binary/`dirname ${UDEB}`
 	wget "${LIVE_MIRROR_BUILD}"/${UDEB}
-	cd -
+	cd "${OLDPWD}"
 done
 
 # Downloading debs




More information about the Debian-live-changes mailing list