summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rwxr-xr-xbin/d-i_manual.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/bin/d-i_manual.sh b/bin/d-i_manual.sh
index de5bcf02..47a9b69e 100755
--- a/bin/d-i_manual.sh
+++ b/bin/d-i_manual.sh
@@ -70,7 +70,7 @@ build_language() {
done
cd ../..
svn revert manual -R
- rmdir $FORMAT || true
+ (rmdir $FORMAT/* && rmdir $FORMAT ) || true
}
po_cleanup() {