Fix handling of #! at beginning of PSPP syntax file; add regression test.
authorBen Pfaff <blp@gnu.org>
Mon, 8 Jun 2009 04:57:36 +0000 (21:57 -0700)
committerBen Pfaff <blp@gnu.org>
Mon, 8 Jun 2009 04:57:36 +0000 (21:57 -0700)
commiteccddce2d2e67e7ddcdbd93d969ef4c5b6efdb28
tree66bed995c7471f48f75de483c90506e2ddbc5cc7
parent72aad79dd640fb959c3f6077da46eb8aa19d4bad
Fix handling of #! at beginning of PSPP syntax file; add regression test.

Fixes bug #26518.

Thanks to John Darrington for testing.
src/language/syntax-file.c
tests/automake.mk
tests/bugs/shbang.sh [new file with mode: 0755]