diff options
author | Mamoru Komachi <usata@gentoo.org> | 2004-11-16 16:09:34 +0000 |
---|---|---|
committer | Mamoru Komachi <usata@gentoo.org> | 2004-11-16 16:09:34 +0000 |
commit | e30c76312f42c5058ae213686241bd6c432e51af (patch) | |
tree | 7c2a8591d07ea4bd54f77a88e62d12cd86a32b70 /profiles/default-macos-10.4 | |
parent | stable, bug 71311 (Manifest recommit) (diff) | |
download | gentoo-2-e30c76312f42c5058ae213686241bd6c432e51af.tar.gz gentoo-2-e30c76312f42c5058ae213686241bd6c432e51af.tar.bz2 gentoo-2-e30c76312f42c5058ae213686241bd6c432e51af.zip |
Alias sed to gsed iff /usr/bin/gsed found; bug #58087.
Diffstat (limited to 'profiles/default-macos-10.4')
-rw-r--r-- | profiles/default-macos-10.4/profile.bashrc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/profiles/default-macos-10.4/profile.bashrc b/profiles/default-macos-10.4/profile.bashrc index f4dc14b5a88c..7b081c800dc3 100644 --- a/profiles/default-macos-10.4/profile.bashrc +++ b/profiles/default-macos-10.4/profile.bashrc @@ -1,3 +1,3 @@ alias libtool=glibtool alias libtoolize=glibtoolize -alias sed=gsed +[ -x /usr/bin/gsed ] && alias sed=gsed |