summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAndreas Gruenbacher <agruen@suse.de>2003-11-26 13:47:21 +0000
committerAndreas Gruenbacher <agruen@suse.de>2003-11-26 13:47:21 +0000
commitb4ea7b77bf697ff6c103bf21132407812d86b26d (patch)
tree3e5eb1fd1fc5cfe2190f93de5f4c3d61b63c6f5a
parentfa44b39baa6972839d3a4b2b2fce54a97cb20f05 (diff)
downloadquilt-b4ea7b77bf697ff6c103bf21132407812d86b26d.tar.gz
Oops, fix quilt diff fix
-rw-r--r--quilt/diff.in2
1 files changed, 1 insertions, 1 deletions
diff --git a/quilt/diff.in b/quilt/diff.in
index 0f6c0b6..3afcd27 100644
--- a/quilt/diff.in
+++ b/quilt/diff.in
@@ -264,7 +264,7 @@ then
# relative diff for a subset of files in the patch
# will fail.
- if ! [ -e $pwd/.pc/$last_patch~refresh -a \
+ if [ ! -e $pwd/.pc/$last_patch~refresh -a \
${#opt_files[@]} -eq 0 ]
then
echo $"Failed to patch temporary files"