15 Commits
Author SHA1 Message Date
Ali Abbas c1ec392bdd - Double quoting to avoid globbing
- Remove unecessary $(cat)
- switch * to ./* to avoid entries with dashes to be treated as options
- replace $* with "$@"
- repeating change path serial calls - unecessary if change path is called one (get script)
2014-04-12 15:56:54 +02:00
Michael Fellinger 81fc036d26 Use "$PATH" to avoid weirdness.
Without this, I get this error when gvm is being loaded:

    /home/manveru/.gvm/scripts/gvm-default:export:17: not an identifier: 2:/home/manveru/node_modules/.bin:/home/manveru/github/akunspy/gopbuf/bin:./node_modules/.bin:.
2014-02-07 19:23:23 +01:00
Joshua Bussdieker 1ad33a27b7 Fix path bug 2012-03-01 22:43:48 -08:00
Joshua Bussdieker eb7bdac833 It was doing this anyways 2012-02-28 21:56:04 -08:00
Joshua Bussdieker e1241a2298 this keeps su <user> from keeping the old env 2012-02-02 02:26:47 -08:00
Joshua Bussdieker 46b989af95 More bugs when does it end 2012-02-01 21:41:02 -08:00
Joshua Bussdieker 263eabdebf Need bin prefix 2012-02-01 02:56:31 -08:00
Joshua Bussdieker 5e0dad7b9c With issue with gvm-prompt 2012-02-01 02:55:43 -08:00
Joshua Bussdieker 50d521c28a Working on environments 2012-02-01 02:18:10 -08:00
Joshua Bussdieker 4e0cf27e22 Use enviroments 2012-01-31 21:49:16 -08:00
Joshua Bussdieker b45033138d Also need to unset GOBIN 2012-01-26 16:37:45 -08:00
Joshua Bussdieker 7f6d484f71 Implemented multiple package sets per go version 2012-01-24 00:47:32 -08:00
Joshua Bussdieker 07a5a8355d gvm 2012-01-24 00:12:08 -08:00
Joshua Bussdieker 1891587dc3 Moved default go outside gos folder 2012-01-24 00:00:08 -08:00
Joshua Bussdieker 0959010b81 Trying this as part of fix 2012-01-23 21:55:15 -08:00