]> Cypherpunks repositories - gostls13.git/commitdiff
runtime: fix mkasmh.sh for arm?
authorRuss Cox <rsc@golang.org>
Tue, 31 Jan 2012 04:17:11 +0000 (23:17 -0500)
committerRuss Cox <rsc@golang.org>
Tue, 31 Jan 2012 04:17:11 +0000 (23:17 -0500)
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

src/pkg/runtime/mkasmh.sh

index eaabe07085ba4cd598b21da2365edb6ec0dc6c2e..5eeff5065b955faa9a7abc1b9d4b2ebaef2198d5 100755 (executable)
@@ -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