Jan Schampera schrieb:
OnTheEdge wrote:
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 ou
On 4-Mar-09, at 3:54 PM, Fergus Henderson wrote:
Configuration Information [Automatically generated, do not change]:
Machine: i486
OS: linux-gnu
Compiler: gcc
Compilation CFLAGS: -DPROGRAM='bash' -DCONF_HOSTTYPE='i486' -
DCONF_OSTYPE='linux-gnu' -DCONF_MACHTYPE='i486-pc-linux-gnu' -
DCONF_VE