Removes what appears to be an unnecessary set in find_patch

--- quilt-files.orig/scripts/patchfns.in
+++ quilt-files/scripts/patchfns.in
@@ -428,7 +428,6 @@ remove_from_db()
 
 find_patch()
 {
-       set -- $*
        if [ $# -eq 1 -a -n "$1" -a -e "$SERIES" ]
        then
                local patch="${1#$SUBDIR_DOWN$QUILT_PATCHES/}"

--
John


_______________________________________________
Quilt-dev mailing list
[email protected]
http://lists.nongnu.org/mailman/listinfo/quilt-dev

Reply via email to