Last change
on this file was
9750,
checked in by westram, 12 years ago
|
- applied (not merged!) [9668] from gtk_only.
- merge did not work w/o conflicts since the patch mixes gtk-specific changes with general changes (better would have been applied to some non-gtk-branch and then merged into gtk-branch)
- merging and resolving conflicts now would skip unmergeable parts. when gtk is merged someday, these parts would get lost.
|
-
Property svn:executable set to
*
|
File size:
82 bytes
|
Line | |
---|
1 | #!/bin/bash |
---|
2 | |
---|
3 | if [[ `uname` == Darwin* ]] |
---|
4 | then |
---|
5 | gsed "$@" |
---|
6 | else |
---|
7 | sed "$@" |
---|
8 | fi |
---|
9 | |
---|
Note: See
TracBrowser
for help on using the repository browser.