summaryrefslogtreecommitdiffstats
path: root/lib
diff options
context:
space:
mode:
authorAndreas Gruenbacher <agruen@suse.de>2003-01-30 16:26:21 +0000
committerAndreas Gruenbacher <agruen@suse.de>2003-01-30 16:26:21 +0000
commitbaaf1091d9321bf4b8ed0f3e73cf4b47ca05463c (patch)
treed71b453450a5c15656b8b2353321148d47b765bc /lib
parenta3f2faa3f909a4f95367815d68d749c6c25a6596 (diff)
downloadquilt-baaf1091d9321bf4b8ed0f3e73cf4b47ca05463c.tar.gz
Quilt refresh looses patch description
Diffstat (limited to 'lib')
-rw-r--r--lib/patchfns.in2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/patchfns.in b/lib/patchfns.in
index b6dd5cf..f30ea13 100644
--- a/lib/patchfns.in
+++ b/lib/patchfns.in
@@ -582,7 +582,7 @@ patch_description()
{
local patch_file=$1
- if [ -e "$patch_file" ]
+ if [ -e "$patch_file" -o -z "$patch_file" ]
then
awk '
$1 == "---" { exit }