diff options
author | Parabola <dev@list.parabolagnulinux.org> | 2012-05-28 20:14:47 +0000 |
---|---|---|
committer | Parabola <dev@list.parabolagnulinux.org> | 2012-05-28 20:14:47 +0000 |
commit | edec45419def1b81bd663a2859684ef55ba56269 (patch) | |
tree | caa3c2d5f4e55b38e7740a39d80a21507679c586 /community/go | |
parent | 483f7de4ab6a706517279a24d2efc969f4a1996d (diff) |
Mon May 28 20:14:39 UTC 2012
Diffstat (limited to 'community/go')
-rw-r--r-- | community/go/go | 8 | ||||
-rw-r--r-- | community/go/go.run | 8 |
2 files changed, 0 insertions, 16 deletions
diff --git a/community/go/go b/community/go/go deleted file mode 100644 index 2f68ce8ff..000000000 --- a/community/go/go +++ /dev/null @@ -1,8 +0,0 @@ -#!/bin/sh -if [[ -z $GOROOT ]]; then - export GOROOT=/usr/lib/go -fi -if [[ -z $GOROOT_FINAL ]]; then - export GOROOT_FINAL=$GOROOT -fi -/usr/bin/go.elf "$@" diff --git a/community/go/go.run b/community/go/go.run deleted file mode 100644 index 2f68ce8ff..000000000 --- a/community/go/go.run +++ /dev/null @@ -1,8 +0,0 @@ -#!/bin/sh -if [[ -z $GOROOT ]]; then - export GOROOT=/usr/lib/go -fi -if [[ -z $GOROOT_FINAL ]]; then - export GOROOT_FINAL=$GOROOT -fi -/usr/bin/go.elf "$@" |