summaryrefslogtreecommitdiffstats
path: root/quilt.changes
diff options
context:
space:
mode:
authorJean Delvare <jdelvare@suse.de>2012-02-01 18:08:48 +0100
committerJean Delvare <jdelvare@suse.de>2012-02-01 18:08:48 +0100
commit3f25ce18333a8afe81ce8968f756ba986bd9b4b5 (patch)
treecc421987d9df6d50b700aac7e1268c449f2ef1e5 /quilt.changes
parent627e2217ba89d71bf261f664b8e0a9578c8b1572 (diff)
downloadquilt-3f25ce18333a8afe81ce8968f756ba986bd9b4b5.tar.gz
BSD compatibility: rmdir
Use rmdir -p instead of open-coding it. The more complex code was maybe needed to properly handle symbolic links, but we know that there won't be symbolic links in the backup directory, so the extra complexity isn't needed. Signed-off-by: Jean Delvare <jdelvare@suse.de> Reviewed-by: Raphael Hertzog <hertzog@debian.org>
Diffstat (limited to 'quilt.changes')
-rw-r--r--quilt.changes7
1 files changed, 7 insertions, 0 deletions
diff --git a/quilt.changes b/quilt.changes
index 4cc73cc..0b0b92f 100644
--- a/quilt.changes
+++ b/quilt.changes
@@ -1,4 +1,11 @@
-------------------------------------------------------------------
+Wed Feb 1 17:02:32 CET 2012 - jdelvare@suse.de
+
+- backup-files: Avoid relying on GNU-specific extensions of stat,
+ cp and rmdir. Otherwise it fails on BSD systems and probably
+ others.
+
+-------------------------------------------------------------------
Wed Feb 1 16:58:22 CET 2012 - mquinson@debian.org
- Make backup-files a shell script. This makes it possible to