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

Go Back   The UNIX and Linux Forums > Top Forums > UNIX for Advanced & Expert Users
.
google unix.com



UNIX for Advanced & Expert Users Expert-to-Expert. Learn advanced UNIX, UNIX commands, Linux, Operating Systems, System Administration, Programming, Shell, Shell Scripts, Solaris, Linux, HP-UX, AIX, OS X, BSD.

More UNIX and Linux Forum Topics You Might Find Helpful
Thread Thread Starter Forum Replies Last Post
Variables bobo UNIX for Dummies Questions & Answers 1 01-19-2007 01:37 AM
doing a sed on certain variables seaten UNIX for Dummies Questions & Answers 10 09-05-2005 10:45 PM
doing a sed with variables seaten Shell Programming and Scripting 1 05-06-2005 03:08 PM
doing a sed with variables seaten UNIX for Dummies Questions & Answers 1 05-06-2005 02:48 PM
Using Variables to Set Other Variables superdelic UNIX for Dummies Questions & Answers 3 04-21-2005 10:44 AM

Closed Thread
English Japanese Spanish French German Portuguese Italian Dutch Swedish Russian Norwegian Hungarian Hebrew Danish Bulgarian Greek Powered by Powered by Google
 
LinkBack Thread Tools Search this Thread Rate Thread Display Modes
  #1 (permalink)  
Old 01-29-2008
varungupta varungupta is offline
Registered User
  
 

Join Date: Feb 2007
Location: Pune, Dehradun (INDIA), Michigan(US)
Posts: 206
Exclamation Ksh - Env. Variables ??

Hey all,

I have been using Ksh and in that I am setting Environment variables.
To set Env. Variables I have created my own file "BuildScript.sh" in which i have written :

export CLASSPATH=/somedir/some other dir/file:.
export PATH=/some dir/file:.

But when i am calling this BuildScript.sh, its not setting values of those variables into env

Do you have any clue to this problem ?
Please let me know.

Thanks.
  #2 (permalink)  
Old 01-29-2008
fpmurphy's Avatar
fpmurphy fpmurphy is offline Forum Staff  
Moderator
  
 

Join Date: Dec 2003
Location: Florida
Posts: 1,916
How are you calling this script?

$ . ./BuildScript.sh

or

$./BuildScript.sh
  #3 (permalink)  
Old 01-29-2008
varungupta varungupta is offline
Registered User
  
 

Join Date: Feb 2007
Location: Pune, Dehradun (INDIA), Michigan(US)
Posts: 206
Quote:
Originally Posted by fpmurphy View Post
How are you calling this script?

$ . ./BuildScript.sh

or

$./BuildScript.sh
hey,

I am calling it as :
./BuildScript.sh
  #4 (permalink)  
Old 02-01-2008
gus2000 gus2000 is offline
Registered User
  
 

Join Date: Oct 2007
Posts: 157
Quote:
I am calling it as :
./BuildScript.sh
And this is why it's not working. Your login shell spawns a child shell to run this script, and the child environment is discarded when the script exits; the parent shell (your login shell) is unaffected.

You should do as fpmurphy suggests and execute the script by sourcing it in:

Code:
.  ./script.sh
The "dot" command means "run in the current process environment". So the script will be run as if you typed each command within the current shell. This probably means you don't want "exit 0" in your script. :-P
  #5 (permalink)  
Old 02-26-2008
aboxilica aboxilica is offline
Registered User
  
 

Join Date: Feb 2008
Posts: 8
tks

Hey!

i also had the same problem. got it clarified, thanks guys!
Closed Thread

Bookmarks

Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes Rate This Thread
Rate This Thread:

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On




All times are GMT -4. The time now is 01:16 AM.


Powered by: vBulletin, Copyright ©2000 - 2006, Jelsoft Enterprises Limited. Language Translations Powered by .
vBCredits v1.4 Copyright ©2007 - 2008, PixelFX Studios
The UNIX and Linux Forums Content Copyright ©1993-2009. All Rights Reserved.Ad Management by RedTyger

Content Relevant URLs by vBSEO 3.2.0