From: Russ Cox Date: Tue, 31 Jan 2012 04:17:11 +0000 (-0500) Subject: runtime: fix mkasmh.sh for arm? X-Git-Tag: weekly.2012-02-07~196 X-Git-Url: http://www.git.cypherpunks.su/?a=commitdiff_plain;h=56e6a02490d27d5e4a98ba3c7f61f09b31a16aa2;p=gostls13.git runtime: fix mkasmh.sh for arm? The builder is Debian, so maybe running dash, the shell that time forgot. R=golang-dev, r CC=golang-dev https://golang.org/cl/5600053 --- diff --git a/src/pkg/runtime/mkasmh.sh b/src/pkg/runtime/mkasmh.sh index eaabe07085..5eeff5065b 100755 --- a/src/pkg/runtime/mkasmh.sh +++ b/src/pkg/runtime/mkasmh.sh @@ -3,7 +3,7 @@ # Use of this source code is governed by a BSD-style # license that can be found in the LICENSE file. -trap "rm -f arch_GOARCH.h defs_GOOS_GOARCH.h os_GOOS.h signals_GOOS.h" EXIT SIGINT SIGTERM +trap "rm -f arch_GOARCH.h defs_GOOS_GOARCH.h os_GOOS.h signals_GOOS.h" EXIT INT TERM set -e SYS=$1