Skip to Content.
Sympa Menu

sm-commit - Re: [SM-Commit] GIT changes to test cauldron by Justin Boffemmyer (9c66ae11c4247e990dce47d5a059c5a6bac5104c)

sm-commit AT lists.ibiblio.org

Subject: Source Mage code commit list

List archive

Chronological Thread  
  • From: Jaka Kranjc <smgl AT lynxlynx.info>
  • To: sm-commit AT lists.ibiblio.org
  • Subject: Re: [SM-Commit] GIT changes to test cauldron by Justin Boffemmyer (9c66ae11c4247e990dce47d5a059c5a6bac5104c)
  • Date: Sat, 27 Dec 2008 18:04:10 +0100

On Saturday 27 of December 2008 17:58:42 Justin Boffemmyer wrote:
> +       # If ISODIR is not a directory, create it.
> +       [[ ! -d "$ISODIR" ]] && mkdir -p "$ISODIR" || exit 3
> +
> +       # If SYSDIR is not a directory, create it.
> +       [[ ! -d "$SYSDIR" ]] && mkdir -p "$SYSDIR" || exit 3
In the good case that these two are already directories, the script would
still exit prematurely.

LP
--
We cannot command nature except by obeying her. --Sir Francis Bacon
Have a sourcerous day! www.sourcemage.org

Attachment: signature.asc
Description: This is a digitally signed message part.




Archive powered by MHonArc 2.6.24.

Top of Page