summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--quilt.changes5
-rw-r--r--quilt/refresh.in2
2 files changed, 6 insertions, 1 deletions
diff --git a/quilt.changes b/quilt.changes
index ff69ae4..78fe8ea 100644
--- a/quilt.changes
+++ b/quilt.changes
@@ -1,4 +1,9 @@
-------------------------------------------------------------------
+Sun May 22 18:14:35 CEST 2005 - agruen@suse.de
+
+- refresh command: Fix temporary file leak (from Jean Delvare).
+
+-------------------------------------------------------------------
Wed May 18 09:58:37 CEST 2005 - agruen@suse.de
- debian/changelog: Fix typo.
diff --git a/quilt/refresh.in b/quilt/refresh.in
index 67ac9d9..5609d76 100644
--- a/quilt/refresh.in
+++ b/quilt/refresh.in
@@ -281,7 +281,7 @@ if [ -e $patch_file ] && \
@DIFF@ -q $patch_file $tmp_result > /dev/null
then
printf $"Patch %s is unchanged\n" "$(print_patch $patch)"
- exit 0
+ die 0
fi
if ( [ -n "$QUILT_BACKUP" -a -e $patch_file ] && \