From 67142d22ee558cc14309b0a3d372ed796ae8d545 Mon Sep 17 00:00:00 2001 From: root Date: Thu, 15 Aug 2013 01:55:49 -0700 Subject: Thu Aug 15 01:55:47 PDT 2013 --- community/liteide/liteide.sh | 7 +++++++ 1 file changed, 7 insertions(+) create mode 100644 community/liteide/liteide.sh (limited to 'community/liteide/liteide.sh') diff --git a/community/liteide/liteide.sh b/community/liteide/liteide.sh new file mode 100644 index 000000000..d7d0772b5 --- /dev/null +++ b/community/liteide/liteide.sh @@ -0,0 +1,7 @@ +#!/bin/sh +ELF=/usr/bin/liteide +if [ ! -z $GOROOT -a -e $GOROOT ]; then + $ELF $@ +else + GOROOT=/usr/lib/go $ELF $@ +fi -- cgit v1.2.3-54-g00ecf