Sparda Posted November 2, 2007 Share Posted November 2, 2007 Not that the topic title has much to do with the topic. Any whoo, I'v Googled far too much then is recommended by any vulnerability tester, I can't find the answer. On all Kubutu 7.04, 7.10 and Server 7.10, exports in scripts simply don't... export. Lets say you write a simple script: #!/bin/bash export MYFACEISFUN='YES' then you run echo $MYFACEISFUN the out put will be Does any one have a fucking clue? It looks like exports aren't been persistent or the export command is actually doing fuck all, and I am stumped. Also to clarify, if you change the script to: #!/bin/bash export MYFACEISFUN='YES' echo $MYFACEISFUN the script out puts YES btw + 1 to Ubuntu search results page :D Quote Link to comment Share on other sites More sharing options...
Sparda Posted November 2, 2007 Author Share Posted November 2, 2007 20 minuets later (after about 2 hours of fighting), he shoots and scores (at least half a point that is). I'm getting there, slowly :P Quote Link to comment Share on other sites More sharing options...
digip Posted November 2, 2007 Share Posted November 2, 2007 Have you tried: http://www.google.com/linux with the same queries? Quote Link to comment Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.