summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorFabian Groffen <grobian@gentoo.org>2006-02-19 11:03:19 +0000
committerFabian Groffen <grobian@gentoo.org>2006-02-19 11:03:19 +0000
commit7b392d397e50c3e5cabfbdb7290e3316f4b23fe6 (patch)
tree2d2bf162f557caae22dce24c9d3cd3aa4e94044a /profiles/default-darwin
parentversion bump (diff)
downloadhistorical-7b392d397e50c3e5cabfbdb7290e3316f4b23fe6.tar.gz
historical-7b392d397e50c3e5cabfbdb7290e3316f4b23fe6.tar.bz2
historical-7b392d397e50c3e5cabfbdb7290e3316f4b23fe6.zip
The latest stable sed ebuild only installs /bin/gsed, so update our
alias logic to it...
Diffstat (limited to 'profiles/default-darwin')
-rw-r--r--profiles/default-darwin/macos/10.4/profile.bashrc2
1 files changed, 1 insertions, 1 deletions
diff --git a/profiles/default-darwin/macos/10.4/profile.bashrc b/profiles/default-darwin/macos/10.4/profile.bashrc
index 13a7311386fc..f41f53c360c1 100644
--- a/profiles/default-darwin/macos/10.4/profile.bashrc
+++ b/profiles/default-darwin/macos/10.4/profile.bashrc
@@ -15,4 +15,4 @@ export PATH="${PATH}:/Library/Frameworks/Python.framework/Versions/Current/bin"
alias libtool=glibtool
alias libtoolize=glibtoolize
-[ -x /usr/bin/gsed ] && alias sed=gsed
+[ -x /bin/gsed ] && alias sed=gsed