summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-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"