* Jan Braun:

>  # tmp dir
> -DIR="${TMPDIR-/var/tmp}/fbps-$$"
> -mkdir -p $DIR        || exit 1
> +DIR=`mktemp -dtp /var/tmp fbgs-XXXXXX`
> +[ -d $DIR ]  || exit 1

I think you should use /tmp.  /var/tmp is not cleared on reboot.


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]

Reply via email to