The UNIX and Linux Forums  
Hello and Welcome from to the UNIX and Linux Forums! Thank You for Visiting and Joining Our Global Community.

Go Back   The UNIX and Linux Forums > Top Forums > Shell Programming and Scripting
.
google unix.com




View Single Post in the UNIX and Linux Forums - Click on the Thread or Permalink to View Entire Thread -->
  #1 (permalink)  
Old 01-04-2009
umakanthly umakanthly is offline
Registered User
  
 

Join Date: Sep 2008
Posts: 3
Hi

I am having a script which sets the application environment. In this script i am sourcing the applications env file, when i am debugging the script i see its executing all the environment values and all the variable values are set properply.

Once this main shell script executes, then all the env variables are set to blank.

How to set the values this values till i logout of the session

I have source the env file as . script.env. it is executing, but the variables are set after the script comes out..