Beefy Boxes and Bandwidth Generously Provided by pair Networks
Problems? Is your data what you think it is?
 
PerlMonks  

Re^3: Modifying %ENV From The Shebang Line

by halley (Prior)
on Dec 18, 2007 at 14:11 UTC ( [id://657678]=note: print w/replies, xml ) Need Help??


in reply to Re^2: Modifying %ENV From The Shebang Line
in thread Modifying %ENV From The Shebang Line

One environment-fixing wrapper, as shown, but taking an argument that specifies which perl hook script to be run.
#!/bin/bash export LD_LIBRARY_PATH=... export HOOKS_PATH=/path/to/svn/hooks [ -f $HOOKS_PATH/$1 ] && perl $HOOKS_PATH/$1

--
[ e d @ h a l l e y . c c ]

Log In?
Username:
Password:

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

How do I use this?Last hourOther CB clients
Other Users?
Others pondering the Monastery: (5)
As of 2024-04-24 09:09 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found