setenv problem in C-shell
Steve Schoch
schoch at nike.UUCP
Thu Sep 4 02:54:47 AEST 1986
In article <1427 at tektools.UUCP>, jerryp at tektools.UUCP (Jerry Peek) writes:
> > set noglob; eval `tset ... `
>
> Not just that! Don't forget to do "unset noglob" -- otherwise, the shell
> won't expand filename wildcard characters afterwards. Do this:
>
> set noglob; eval `tset ...`; unset noglob
That is not necessary. The "tset -s" command prints "unset noglob;" as
the last thing it does, and this is evauated correctly by the eval,
so you really don't need the "unset noglob" on the command line.
Steve Schoch
schoch at ames
More information about the Comp.unix
mailing list