Beefy Boxes and Bandwidth Generously Provided by pair Networks
Don't ask to ask, just ask
 
PerlMonks  

RE: RE: setenv

by young perlhopper (Scribe)
on Jul 25, 2000 at 01:29 UTC ( #24193=note: print w/replies, xml ) Need Help??


in reply to RE: setenv
in thread setenv

well technically setenv is a csh'ism, so you would expect to see #!/bin/csh at the top.

the equivalent /bin/sh'ism would be

VAR="this is the value of the variable" export VAR

</offtopic nitpicking>
-Mark

Replies are listed 'Best First'.
RE: RE: RE: setenv
by ar0n (Priest) on Jul 25, 2000 at 01:35 UTC
    Now that we're nitpicking....
    export VAR="foo? bar! baz..."

    update: this is actually a bash thingy (or ksh. thanks tye!)

    -- ar0n

      And the nitpicking continues... You've used a ksh'ism that won't work with a real /bin/sh. ;>

Log In?
Username:
Password:

What's my password?
Create A New User
Domain Nodelet?
Node Status?
node history
Node Type: note [id://24193]
help
Chatterbox?
and the web crawler heard nothing...

How do I use this? | Other CB clients
Other Users?
Others surveying the Monastery: (4)
As of 2023-09-27 12:00 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found

    Notices?