]> git.ipfire.org Git - thirdparty/valgrind.git/commit
Fix BZ #338606. Basically, the bug was that it was believed that
authorFlorian Krohm <florian@eich-krohm.de>
Tue, 21 Jul 2015 21:37:23 +0000 (21:37 +0000)
committerFlorian Krohm <florian@eich-krohm.de>
Tue, 21 Jul 2015 21:37:23 +0000 (21:37 +0000)
commit128fe0d9c429a4177a165e7f69477aafab0e8149
tree6f5f46cbb1d6d63ab2946c59bd729440fb828092
parent7f6d47e20c85957bb23692141bb79b3197a29fb0
Fix BZ #338606. Basically, the bug was that it was believed that
the interpreter following the #! has to be an absolute path name.
Not so; relative path works just fine.

git-svn-id: svn://svn.valgrind.org/valgrind/trunk@15429
12 files changed:
NEWS
coregrind/m_ume/script.c
none/tests/scripts/Makefile.am
none/tests/scripts/relative1 [new file with mode: 0755]
none/tests/scripts/relative1.stderr.exp [new file with mode: 0644]
none/tests/scripts/relative1.stdout.exp [new file with mode: 0644]
none/tests/scripts/relative1.vgtest [new file with mode: 0644]
none/tests/scripts/relative2 [new file with mode: 0755]
none/tests/scripts/relative2.stderr.exp [new file with mode: 0644]
none/tests/scripts/relative2.stdout.exp [new file with mode: 0644]
none/tests/scripts/relative2.vgtest [new file with mode: 0644]
none/tests/scripts/say-hello.helper [new file with mode: 0755]