projects
/
mirror
/
dsa-puppet.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
8b258c1
)
remove $tempoutput in the scope we create it - else we end up with removing unbound...
author
Peter Palfrader
<peter@palfrader.org>
Fri, 25 Sep 2009 09:12:16 +0000
(11:12 +0200)
committer
Peter Palfrader
<peter@palfrader.org>
Fri, 25 Sep 2009 09:12:16 +0000
(11:12 +0200)
modules/geodns/files/common/recvconf
patch
|
blob
|
history
diff --git
a/modules/geodns/files/common/recvconf
b/modules/geodns/files/common/recvconf
index
05419c9
..
dd9b575
100755
(executable)
--- a/
modules/geodns/files/common/recvconf
+++ b/
modules/geodns/files/common/recvconf
@@
-172,6
+172,7
@@
if [ -s "$tempscript" ]; then
exit 1
fi
done < "$tempscript"
+ rm -f -- "$tempoutput"
fi
# Check for any leftover files here; if there are any, exit with an error and print the list
@@
-181,7
+182,6
@@
if [ ! -z "$(find . -type f)" ]; then
fi
rm -f -- "$temptar"
-rm -f -- "$tempoutput"
rm -f -- "$tempscript"
cd
rm -rf -- "$tempdir"