summaryrefslogtreecommitdiffstats
path: root/bin/sed
Commit message (Collapse)AuthorAgeFilesLines
* Hardcode #!/bin/bash for consistency with other scripts.Zac Medico2007-12-201-1/+1
| | | | svn path=/main/trunk/; revision=9002
* Fix typo: %% -> ##.Zac Medico2007-12-181-1/+1
| | | | svn path=/main/trunk/; revision=8943
* Generalize the sed -> gsed wrapper script so that it'sZac Medico2007-12-181-10/+12
| | | | | | | | | possible to create awk, make, and patch symlinks that behave analogously. These symlinks will make it unnecessary for default-bsd profiles to define profile.bashrc aliases for these commands. svn path=/main/trunk/; revision=8942
* convert `type -p` to `type -P` as noted by grobianMike Frysinger2007-04-151-1/+1
| | | | svn path=/main/trunk/; revision=6411
* Use ${BASH_SOURCE[0]} instead of $_ because the former is more dependable ↵Zac Medico2006-06-081-1/+1
| | | | | | for preventing endless exec loops (see bug #135470). Testing shows that this corrects the problem for the libtool ebuild when sed is used to generate ltmain.shT. svn path=/main/trunk/; revision=3475
* enable +x bits on sedMike Frysinger2006-04-251-0/+0
| | | | svn path=/main/trunk/; revision=3226
* Make sed wrapper not executable. Currently the wrapper is installed via ↵Alec Warner2006-04-231-0/+0
| | | | | | 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
* Fix sed breakage for people with weird PATH, fix tabs. Thanks to Flameeyes ↵Alec Warner2006-04-231-13/+15
| | | | | | once again. svn path=/main/trunk/; revision=3199
* set executable bit for sed-wrapperSimon Stelling2006-04-231-0/+0
| | | | svn path=/main/trunk/; revision=3198
* Add copyright header, thanks to Zac Medico for pointing that out for meAlec Warner2006-04-221-0/+2
| | | | svn path=/main/trunk/; revision=3191
* A sed wrapper for OSX/BSD courtesy of Flameeyes and SpankyAlec Warner2006-04-221-0/+22
svn path=/main/trunk/; revision=3190