diff options
Diffstat (limited to 'pbuilder-modules')
-rw-r--r-- | pbuilder-modules | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/pbuilder-modules b/pbuilder-modules index 0c6c2a2..b838665 100644 --- a/pbuilder-modules +++ b/pbuilder-modules @@ -87,7 +87,7 @@ function cleanbuildplace () { fi; } -function abortingfunction () { +function umountproc_cleanbuildplace () { # rolling back to abort. umountproc cleanbuildplace @@ -120,7 +120,7 @@ EOF function extractbuildplace () { # after calling this function, umountproc, and cleanbuildplace - # needs to be called. + # needs to be called. Please trap it. cleanbuildplace echo "building the build env" echo " -> extracting base.tgz" |