From c8f419eab92045a069c8f444c77c8ff81aa36fa2 Mon Sep 17 00:00:00 2001 From: Luke Shumaker Date: Mon, 9 Feb 2015 22:17:22 -0500 Subject: sun4u compatibility wrappers: use exec --- .local.sun4u/bin/grep | 2 +- .local.sun4u/bin/make | 2 +- .local.sun4u/bin/sed | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.local.sun4u/bin/grep b/.local.sun4u/bin/grep index 481a7a9..b567a93 100755 --- a/.local.sun4u/bin/grep +++ b/.local.sun4u/bin/grep @@ -1,2 +1,2 @@ #/bin/bash -ggrep "$@" +exec ggrep "$@" diff --git a/.local.sun4u/bin/make b/.local.sun4u/bin/make index fff3f2d..5ba4aa8 100755 --- a/.local.sun4u/bin/make +++ b/.local.sun4u/bin/make @@ -1,2 +1,2 @@ #/bin/bash -gmake "$@" +exec gmake "$@" diff --git a/.local.sun4u/bin/sed b/.local.sun4u/bin/sed index 3707eb6..a4104da 100755 --- a/.local.sun4u/bin/sed +++ b/.local.sun4u/bin/sed @@ -1,2 +1,2 @@ #/bin/bash -gsed "$@" +exec gsed "$@" -- cgit v1.2.3