change location of .wine/
Matthew Clarke
Matthew_Clarke at mindlink.bc.ca
Wed Jun 27 20:19:24 CDT 2001
g.patel at wanadoo.fr.invalid (gerard patel) writes:
>Hmm, I don't have any setenv utility on any of my systems, so
>I can't check what is happening.
>Works fine here with export.
FYI:
"setenv" is a built-in command in the C-shell and derivatives.
C-shell:
setenv VARIABLE value
is equivalent to Bourne-shell:
VARIABLE=value ; export VARIABLE
or, in more modern descendants of the Bourne shell:
export VARIABLE=value
Or were you trolling?
Matt.
More information about the wine-users
mailing list