diff options
author | Peer Stritzinger <[email protected]> | 2014-08-12 18:06:57 +0200 |
---|---|---|
committer | Peer Stritzinger <[email protected]> | 2014-08-12 18:06:57 +0200 |
commit | 05d95c23d0f856ec858908774e7b296d98b25ebf (patch) | |
tree | bbfe6ef6fa6108694bd70f571de4afb8d06c3b87 /plugins | |
parent | bf595cbca4e93cf4ff28c0595aed7d23c5b476e5 (diff) | |
download | erlang.mk-05d95c23d0f856ec858908774e7b296d98b25ebf.tar.gz erlang.mk-05d95c23d0f856ec858908774e7b296d98b25ebf.tar.bz2 erlang.mk-05d95c23d0f856ec858908774e7b296d98b25ebf.zip |
Added missing ; in dep_target
The missing ; makes the DEPPKG= line run together with the VS= line which makes it similar to this
FreeBSD 8.2 /bin/sh results:
$ A=x B=$A;
$ echo $A
x
$ echo $B
$
The same with bash:
$ A=x B=$A;
$ echo $A
x
$ echo $B
x
Diffstat (limited to 'plugins')
0 files changed, 0 insertions, 0 deletions