quilt-dev
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Quilt-dev] [PATCH] patchfns: Simplify find_patch_file


From: Jean Delvare
Subject: [Quilt-dev] [PATCH] patchfns: Simplify find_patch_file
Date: Tue, 11 Feb 2014 16:23:25 +0100

echo $(function) is equivalent to calling function directly.
---
As suggested by Andreas in a similar case.

 quilt/scripts/patchfns.in |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

--- quilt.orig/quilt/scripts/patchfns.in
+++ quilt/quilt/scripts/patchfns.in
@@ -639,7 +639,7 @@ find_patch_file()
                return 1
        fi
 
-       echo $(patch_file_name "$patch")
+       patch_file_name "$patch"
 }
 
 file_in_patch()


-- 
Jean Delvare
Suse L3 Support




reply via email to

[Prev in Thread] Current Thread [Next in Thread]