summaryrefslogtreecommitdiff
path: root/scripts/create_xml
diff options
context:
space:
mode:
authorSamuel Thibault <sthibault@debian.org>2016-05-31 19:40:07 +0000
committerSamuel Thibault <sthibault@debian.org>2016-05-31 19:40:07 +0000
commit1885c56f4596eeb6bf4912ab51970e23cdf56aba (patch)
tree60cc05a0f37fb1c5eaf7f511c70b3c751cb43890 /scripts/create_xml
parentb7e388d208b229f969afc8b816b1af50d3c42779 (diff)
downloadinstallation-guide-1885c56f4596eeb6bf4912ab51970e23cdf56aba.zip
remove the temporary file, thanks Ryuunosuke AYANOKOUZI
Diffstat (limited to 'scripts/create_xml')
-rwxr-xr-xscripts/create_xml2
1 files changed, 1 insertions, 1 deletions
diff --git a/scripts/create_xml b/scripts/create_xml
index dda6705c2..a9bd007b0 100755
--- a/scripts/create_xml
+++ b/scripts/create_xml
@@ -84,5 +84,5 @@ for ORIGXML in `find $SOURCEDIR -name "*.xml"` ; do
fi
done
-rm -f /tmp/tmp.po.$$
+rm -f /tmp/tmp.po.$$ /tmp/tmp.po2.$$
exit $RET