summaryrefslogtreecommitdiff
path: root/community/golangide/golangide.sh
diff options
context:
space:
mode:
Diffstat (limited to 'community/golangide/golangide.sh')
-rw-r--r--community/golangide/golangide.sh4
1 files changed, 2 insertions, 2 deletions
diff --git a/community/golangide/golangide.sh b/community/golangide/golangide.sh
index 486c8590b..824126c45 100644
--- a/community/golangide/golangide.sh
+++ b/community/golangide/golangide.sh
@@ -1,6 +1,6 @@
#!/bin/sh
if [ ! -z $GOROOT -a -e $GOROOT ]; then
- /usr/bin/liteide
+ /usr/bin/liteide $@
else
- GOROOT=/usr/lib/go /usr/bin/liteide
+ GOROOT=/usr/lib/go /usr/bin/liteide $@
fi