From af0dea45319aaa8aad011feac472c367165e9020 Mon Sep 17 00:00:00 2001 From: Russ Cox Date: Tue, 17 May 2011 18:48:42 -0400 Subject: =?UTF-8?q?SunOS=20fixes=20(thanks=20Aram=20H=C4=83v=C4=83rneanu)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit R=rsc, rsc http://codereview.appspot.com/4271084 --- bin/9c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'bin') diff --git a/bin/9c b/bin/9c index 50ab9f05..bfdac4ca 100755 --- a/bin/9c +++ b/bin/9c @@ -46,7 +46,7 @@ quiet() grep -v '__p9l_autolib_' $1 | egrep -v "$ignore" | sed 's/ .first use in this function.$//; s/\"\([^\"][^\"]*\)\", line \([0-9][0-9]*\)/\1:\2/g' | - uniq 1>&2 + $(which uniq) 1>&2 # avoid built-in uniq on SunOS } useclang() -- cgit v1.2.3