From: Michael Tremer Date: Sat, 28 Aug 2010 09:37:22 +0000 (+0200) Subject: Revert "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=f74b93fc888d1d167bc969fc4542c05b3b69de33;p=ipfire-3.x.git Revert "naoki: Make won't sort anymore. So we do it on our own." This reverts commit bd21b6d932681c4a7bebc6a3383ae4e9278e4356. --- diff --git a/tools/patch b/tools/patch index ed3ba21a7..93be79a0a 100755 --- a/tools/patch +++ b/tools/patch @@ -1,8 +1,6 @@ #!/bin/bash -. $(dirname ${0})/common-functions - -for patch in $(listsort $@); do +for patch in $@; do echo "Applying file ${patch}..." patch -Np1 -i ${patch}