summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJean Delvare <jdelvare@suse.de>2014-02-18 09:45:30 +0100
committerJean Delvare <jdelvare@suse.de>2014-02-18 09:45:30 +0100
commitb2924b648737878d520656fa918a15a98c511d7f (patch)
treea3319aa7265573845641ba5228d1885df5c7c7af
parentaadae7a30499c318ae18cb6b216f1d7fe60e49b7 (diff)
downloadquilt-b2924b648737878d520656fa918a15a98c511d7f.tar.gz
patchfns: Simplify function find_patch_file
We don't need echo, we can call patch_file_name directly.
-rw-r--r--quilt/scripts/patchfns.in2
1 files changed, 1 insertions, 1 deletions
diff --git a/quilt/scripts/patchfns.in b/quilt/scripts/patchfns.in
index e00c819..bd7c828 100644
--- a/quilt/scripts/patchfns.in
+++ b/quilt/scripts/patchfns.in
@@ -653,7 +653,7 @@ find_patch_file()
return 1
fi
- echo $(patch_file_name "$patch")
+ patch_file_name "$patch"
}
file_in_patch()