From: Alec Warner Date: Sun, 23 Apr 2006 16:36:02 +0000 (-0000) Subject: Make sed wrapper not executable. Currently the wrapper is installed via doexe in... X-Git-Tag: v2.1_pre10~74 X-Git-Url: http://git.tremily.us/?a=commitdiff_plain;h=7eebd7bc7bf3616aa17eb624957b97b91442c780;p=portage.git Make sed wrapper not executable. Currently the wrapper is installed via doexe in the ebuild from and gets the +x bit set properly. I don't think we have any SVN users on BSD or Darwin. In the future this wrapper will get installed automagically by the ebuild ( it being in bin ) but will only be set executable on non GNU platforms. svn path=/main/trunk/; revision=3200 --- diff --git a/bin/sed b/bin/sed old mode 100755 new mode 100644