From 89af645ae1bbf7021924583bca5ce64a1675260b Mon Sep 17 00:00:00 2001 From: Rob Pike Date: Mon, 17 Aug 2009 14:16:25 -0700 Subject: fix a couple of scripts R=rsc DELTA=6 (4 added, 2 deleted, 0 changed) OCL=33400 CL=33400 --- test/run | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'test') diff --git a/test/run b/test/run index 2bbac60a0..5dc98d75b 100755 --- a/test/run +++ b/test/run @@ -1,9 +1,8 @@ +#!/bin/sh # Copyright 2009 The Go Authors. All rights reserved. # Use of this source code is governed by a BSD-style # license that can be found in the LICENSE file. -#!/bin/sh - case X"$GOARCH" in Xamd64) export A=6 -- cgit v1.2.1