aboutsummaryrefslogtreecommitdiff
path: root/scripts/gsed/sed
blob: 877fd5d9c275d6197d0038e2b232bf45887baaa9 (plain)
1
2
3
4
5
6
7
#!/bin/sh

# We can add the current directory to the front of PATH so that
# sed will invoke gsed (rather than Apple's sed, for example).
# We use this to work around systems with sed != gsed.

gsed "$@"