pwd is a command, usually located in /bin (ok, probably always located
there) that prints the current working directory.  it is not a directory.  
What is probably happening is that you have apostrophes around pwd, but
you need back-ticks (the guy below the tilde, to the left of the "1" key
-- you have 'pwd' but you need `pwd`).  if you change the apostrophes to
those, then the shell script will execute the command pwd.
                                        --Joe

On Sat, 21 Dec 2002, Steven Anderson wrote:

> The directions for the Oscar 2.1 install specify to type in the following.
> 
> cd /root/oscar-2.1
> export OSCAR_HOME='pwd'
> ./scripts/opd
> 
> there is no such directory as pwd anywhere even after doing a search of the 
> hard drive using
> 
> find / -iname pwd
> 
> in addition OPD gives the following message
> 
> The OSCAR_HOME environment variable points to a directory that does not 
> exist:
> pwd
> 
> All downloads will be saved to  /root/.oscar/opd/downloads and will not be 
> extracted into the proper directory under the OSCAR installlation tree.
> 
> What am I doing wrong. Any help would be appreciated..



-------------------------------------------------------
This SF.NET email is sponsored by: Order your Holiday Geek Presents Now!
Green Lasers, Hip Geek T-Shirts, Remote Control Tanks, Caffeinated Soap,
MP3 Players,  XBox Games,  Flying Saucers,  WebCams,  Smart Putty.
T H I N K G E E K . C O M       http://www.thinkgeek.com/sf/
_______________________________________________
Oscar-users mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/oscar-users

Reply via email to