diff options
author | dancer <dancer> | 2001-09-27 07:13:04 +0000 |
---|---|---|
committer | dancer <dancer> | 2001-09-27 07:13:04 +0000 |
commit | 39b9d243e8112a9f2b4093fe3526b218c5bd764e (patch) | |
tree | 45507a62b4f065a0629b94325f4acba967b131bf /pbuilder-runhooks | |
parent | 492f75a20b5015efd9e9f11073f13783e9b15815 (diff) | |
download | pbuilder-39b9d243e8112a9f2b4093fe3526b218c5bd764e.tar pbuilder-39b9d243e8112a9f2b4093fe3526b218c5bd764e.tar.gz |
and even more reindentation.
Diffstat (limited to 'pbuilder-runhooks')
-rw-r--r-- | pbuilder-runhooks | 13 |
1 files changed, 8 insertions, 5 deletions
diff --git a/pbuilder-runhooks b/pbuilder-runhooks index 779826d..2c1b234 100644 --- a/pbuilder-runhooks +++ b/pbuilder-runhooks @@ -18,6 +18,9 @@ # # HISTORY: # $Log$ +# Revision 1.3 2001/09/27 07:13:04 dancer +# and even more reindentation. +# # Revision 1.2 2001/09/27 07:12:51 dancer # reindent etc. # @@ -42,10 +45,10 @@ hooks=/tmp/hooks # function loadhooks () { - if [ -e $BUILDPLACE/$hooks ]; then - rm -rf $BUILDPLACE/$hooks - fi - cp -a $HOOKDIR $BUILDPLACE/tmp/ + if [ -e $BUILDPLACE/$hooks ]; then + rm -rf $BUILDPLACE/$hooks + fi + cp -a $HOOKDIR $BUILDPLACE/tmp/ } #-------------------------------------------------------------------------- @@ -53,7 +56,7 @@ function loadhooks () { # function unloadhooks () { - rm -rf $BUILDPLACE/$hooks + rm -rf $BUILDPLACE/$hooks } #-------------------------------------------------------------------------- |