diff options
author | rillig <rillig@pkgsrc.org> | 2009-07-28 06:55:24 +0000 |
---|---|---|
committer | rillig <rillig@pkgsrc.org> | 2009-07-28 06:55:24 +0000 |
commit | 70381613122ca93909635733c75819b17b87b0ff (patch) | |
tree | bf0deb584cf7c20528c71256587eff2a7117578a /mk/misc | |
parent | eaaf0c768ff6434ddc69fa660df8bf82c431ff00 (diff) | |
download | pkgsrc-70381613122ca93909635733c75819b17b87b0ff.tar.gz |
Did you know that the := operator behaves funnily? Example:
exclam != echo ${DEFINED_LATER:Q} value
colon := ${DEFINED_LATER} value
DEFINED_LATER = later
show:
@echo ${exclam}
@echo ${colon}
Don't expect them to be the same.
Diffstat (limited to 'mk/misc')
0 files changed, 0 insertions, 0 deletions