mirror of https://github.com/golang/go.git
syscall: fix duplicated copyright header in mksysnum_plan9.sh
Fixes #13569 Change-Id: I04c9a44437414177e2fee260518cfe53a67e6364 Reviewed-on: https://go-review.googlesource.com/17684 Reviewed-by: Rob Pike <r@golang.org>
This commit is contained in:
parent
503cbcef70
commit
251e50065b
|
|
@ -1,8 +1,6 @@
|
|||
#!/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.# 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.
|
||||
|
||||
COMMAND="mksysnum_plan9.sh $@"
|
||||
|
|
|
|||
Loading…
Reference in New Issue