source: branches/stable/SH/arb_sed

Last change on this file was 9750, checked in by westram, 11 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
3if [[ `uname` == Darwin* ]]
4then
5    gsed "$@"
6else
7    sed "$@"
8fi
9
Note: See TracBrowser for help on using the repository browser.