[Slackbuilds-users] go.csh in google-go-lang incorrect

me at xenu.pl me at xenu.pl
Tue Jul 26 17:38:11 UTC 2016


> +setenv PATH \${GOROOT}/bin:\${PATH}> > +setenv PATH \${GOROOT}/bin:\${PATH}

While tcsh understands PATH environmental var, the traditional csh way
is to update the 'path' shell variable, like this:

set path = ( /some/path $path )



More information about the SlackBuilds-users mailing list