[Pkg-xfce-commits] r3493 - scripts/pbuilder/hooks
Yves-Alexis Perez
corsac at alioth.debian.org
Fri Sep 11 10:19:40 UTC 2009
Author: corsac
Date: 2009-09-11 22:19:40 +0000 (Fri, 11 Sep 2009)
New Revision: 3493
Modified:
scripts/pbuilder/hooks/D10aptupdate.sh
Log:
pushd is a bashism
Modified: scripts/pbuilder/hooks/D10aptupdate.sh
===================================================================
--- scripts/pbuilder/hooks/D10aptupdate.sh 2009-09-11 21:50:11 UTC (rev 3492)
+++ scripts/pbuilder/hooks/D10aptupdate.sh 2009-09-11 22:19:40 UTC (rev 3493)
@@ -1,3 +1,4 @@
+#! /bin/bash
#we use the first apt line to detect the bind-mounted archive folder
ARCHIVE=$(awk 'NR==1 { print $2 }' /etc/apt/sources.list|sed 's/file\:\/\///')
if [ -d "$ARCHIVE" ]; then
More information about the Pkg-xfce-commits
mailing list