Skip to content

Instantly share code, notes, and snippets.

@matthiasr
Created December 3, 2011 11:45
Show Gist options
  • Select an option

  • Save matthiasr/1426940 to your computer and use it in GitHub Desktop.

Select an option

Save matthiasr/1426940 to your computer and use it in GitHub Desktop.
VAR1?= without quotes
VAR2?="with quotes"
a:
.if !empty(VAR1:Mquotes)
@echo ${VAR1}
.endif
.if !empty(VAR2:Mquotes)
@echo ${VAR2}
.endif
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment