bug-bash
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

reference dir ../common in script


From: OnTheEdge
Subject: reference dir ../common in script
Date: Thu, 5 Mar 2009 11:55:00 -0800 (PST)

I'm trying to check for a directory and create it if it doesn't exist as
follows:

CommonDir="../common"
if [ -d ${CommonDir} ]; then
   mkdir "${CommonDir}"
fi

It works from the command line, but my script doesn't seem to like it and I
can't figure it out.

Thanks for any help,
Duane
-- 
View this message in context: 
http://www.nabble.com/reference-dir-..-common-in-script-tp22359287p22359287.html
Sent from the Gnu - Bash mailing list archive at Nabble.com.





reply via email to

[Prev in Thread] Current Thread [Next in Thread]