aboutsummaryrefslogtreecommitdiff
path: root/pbuilder-runhooks
diff options
context:
space:
mode:
Diffstat (limited to 'pbuilder-runhooks')
-rw-r--r--pbuilder-runhooks4
1 files changed, 3 insertions, 1 deletions
diff --git a/pbuilder-runhooks b/pbuilder-runhooks
index e8d1cc8..910d469 100644
--- a/pbuilder-runhooks
+++ b/pbuilder-runhooks
@@ -18,6 +18,9 @@
#
# HISTORY:
# $Log$
+# Revision 1.7 2001/09/27 11:04:54 dancer
+# removing comment
+#
# Revision 1.6 2001/09/27 11:03:56 dancer
# removing pushd and popd.
#
@@ -87,7 +90,6 @@ function unloadhooks () {
function executehooks () {
local prefix="$1"
- # is this necessary?
for fn in "$BUILDPLACE/$hooks/$prefix"[0-9][0-9]* ; do
case "$fn" in
*~)