From 83c9d97abf6e941311007aa0e4dd67155bb34958 Mon Sep 17 00:00:00 2001 From: Rob Pike Date: Mon, 17 Aug 2009 14:16:25 -0700 Subject: [PATCH] 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(-) diff --git a/test/run b/test/run index 2bbac60a0d..5dc98d75ba 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 -- 2.48.1