Sign in
cobalt
/
cobalt
/
9fd106630afcfc799d1f7d301e19935ee431681e
/
.
/
src
/
third_party
/
mozjs-45
/
build
/
pymake
/
tests
/
unterminated-dollar.mk
blob: dee9a207ba6d7729097cfe08a0179edc02036061 [
file
] [
log
] [
blame
]
VAR
=
value$
VAR2
=
other
all
:
test
"$(VAR)"
=
"value"
@echo
TEST
-
PASS