diff options
author | Stefano Lattarini <stefano.lattarini@gmail.com> | 2011-04-15 19:15:48 +0200 |
---|---|---|
committer | Stefano Lattarini <stefano.lattarini@gmail.com> | 2011-04-15 19:15:48 +0200 |
commit | 49c6deb45fb4f919428974822a98f06020992c32 (patch) | |
tree | 77c2c4aee2913402436233dd1349f619208d884e /tests/python5b.test | |
parent | 6366a170d89eaaf6c3f119dc999035eb7d5a5800 (diff) | |
download | automake-49c6deb45fb4f919428974822a98f06020992c32.tar.gz |
tests: fix typo in python5b.test
* tests/python5b.test: Remove extra `:' from $PATH redefinition.
Diffstat (limited to 'tests/python5b.test')
-rwxr-xr-x | tests/python5b.test | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/python5b.test b/tests/python5b.test index 7f77cda5d..b93b5b5c4 100755 --- a/tests/python5b.test +++ b/tests/python5b.test @@ -34,7 +34,7 @@ cat > bin/my-python << 'END' exec python ${1+"$@"} END chmod a+x bin/my-python -PATH=`pwd`/bin:$PATH_SEPARATOR$PATH +PATH=`pwd`/bin$PATH_SEPARATOR$PATH : > Makefile.am |