summaryrefslogtreecommitdiff
path: root/mk
diff options
context:
space:
mode:
authorhubertf <hubertf@pkgsrc.org>2000-11-18 07:30:25 +0000
committerhubertf <hubertf@pkgsrc.org>2000-11-18 07:30:25 +0000
commit7563ff68a3192566b9e8602095d40d1b3821c231 (patch)
tree1f838abb42884b2588cf92b266b5fd6a96e88338 /mk
parent44cb48a239e3903bac91f4b1d7f77239fe4aa29b (diff)
downloadpkgsrc-7563ff68a3192566b9e8602095d40d1b3821c231.tar.gz
Unconditionally step back out of the dir that we went in before.
(How did this EVER work before?!?)
Diffstat (limited to 'mk')
-rw-r--r--mk/bulk/printdepends4
1 files changed, 2 insertions, 2 deletions
diff --git a/mk/bulk/printdepends b/mk/bulk/printdepends
index b7b8b93688d..6396e0316b7 100644
--- a/mk/bulk/printdepends
+++ b/mk/bulk/printdepends
@@ -1,5 +1,5 @@
#!/bin/sh
-# $NetBSD: printdepends,v 1.2 2000/09/21 16:53:14 hubertf Exp $
+# $NetBSD: printdepends,v 1.3 2000/11/18 07:30:25 hubertf Exp $
#
# Print list of pkg dependencies suitable for tsort(1).
# Start in /usr/pkgsrc.
@@ -44,8 +44,8 @@ do
cd -
echo "$absdir $pkgdir"
done
- cd $cwd
fi
+ cd $cwd
done
rm -f $cwd/.m