diff options
author | dancer <dancer> | 2001-09-27 11:04:54 +0000 |
---|---|---|
committer | dancer <dancer> | 2001-09-27 11:04:54 +0000 |
commit | 2c1a61b70f9329b49dd5d6de08f1e051540bd220 (patch) | |
tree | ef552905b6d87cfd5d718d4f30cc1355c71973d1 /pbuilder-runhooks | |
parent | 1e7455675fc91390fc280255a5bed64d35fa8062 (diff) | |
download | pbuilder-2c1a61b70f9329b49dd5d6de08f1e051540bd220.tar pbuilder-2c1a61b70f9329b49dd5d6de08f1e051540bd220.tar.gz |
removing comment
Diffstat (limited to 'pbuilder-runhooks')
-rw-r--r-- | pbuilder-runhooks | 4 |
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 *~) |