chiark / gitweb /
fileio:parse_env_file_internal() fix environment file parsing
authorHarald Hoyer <harald@redhat.com>
Wed, 17 Apr 2013 09:02:56 +0000 (11:02 +0200)
committerHarald Hoyer <harald@redhat.com>
Wed, 17 Apr 2013 09:06:25 +0000 (11:06 +0200)
commitdb5372091664c977a937f6bc0fe4484363be0669
tree4bb3289db0f58e2ca3d48b4088b4bd8ae616840f
parent03bb799e0b3560dca8c9b70de3dbadb0c281b36f
fileio:parse_env_file_internal() fix environment file parsing

parse_env_file_internal() could not parse the following lines correctly:

export key="val"
key="val"#comment
src/shared/fileio.c
src/test/test-fileio.c