From: Michael Tremer Date: Fri, 27 Aug 2010 18:44:32 +0000 (+0200) Subject: naoki: Make won't sort anymore. So we do it on our own. X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=bd21b6d932681c4a7bebc6a3383ae4e9278e4356;p=ipfire-3.x.git naoki: Make won't sort anymore. So we do it on our own. --- diff --git a/tools/patch b/tools/patch index 93be79a0a..ed3ba21a7 100755 --- a/tools/patch +++ b/tools/patch @@ -1,6 +1,8 @@ #!/bin/bash -for patch in $@; do +. $(dirname ${0})/common-functions + +for patch in $(listsort $@); do echo "Applying file ${patch}..." patch -Np1 -i ${patch}