Skip to content

Instantly share code, notes, and snippets.

@zipkid
Created November 29, 2012 12:33
Show Gist options
  • Save zipkid/4168737 to your computer and use it in GitHub Desktop.
Save zipkid/4168737 to your computer and use it in GitHub Desktop.
define some::define (
$project_code,
$site = ''
) {
if $site == '' {
$use_site = "${project_code}-blah"
}
else {
$use_site = $site
}
# use $use_site here ....
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment