summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorFrans Pop <elendil@planet.nl>2006-10-30 17:19:42 +0000
committerFrans Pop <elendil@planet.nl>2006-10-30 17:19:42 +0000
commitf4c5022ab13e1062b464edba148097c0b2636d4f (patch)
treec6e65c021e9e26dc5ead22cea38e284ee39ecd15
parent56df3e239c2cd0146e849d7c876517029a2f5333 (diff)
downloadinstallation-guide-f4c5022ab13e1062b464edba148097c0b2636d4f.zip
Revert accidental commit
-rwxr-xr-xbuild/buildone.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/build/buildone.sh b/build/buildone.sh
index f04212770..286a26f4b 100755
--- a/build/buildone.sh
+++ b/build/buildone.sh
@@ -312,7 +312,7 @@ for format in $formats ; do
done
# Clean up
-#rm -r $tempdir
+rm -r $tempdir
# Evaluate the overall results
[ -n "$BUILD_SKIP" ] && echo "Info: The following formats were skipped:$BUILD_SKIP"