Source-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: src/external/bsd/kyua-atf-compat/dist
Module Name: src
Committed By: jmmv
Date: Tue Feb 26 15:23:19 UTC 2013
Modified Files:
src/external/bsd/kyua-atf-compat/dist: atf-run.sh atf-run_test.sh
Log Message:
Cherry-pick upstream change 70aefdbe5b843d6b24b5a9b816e47f2fb026dde2:
Properly handle tabs when parsing config files
Backslashes within [] in a regexp don't have any meaning, so [ \t]
did not have the intended effect of being evaluated to a space and
a tab. Fix this by writing an actual tab in the regexp.
Problem found by Valeriy E. Ushakov.
To generate a diff of this commit:
cvs rdiff -u -r1.2 -r1.3 src/external/bsd/kyua-atf-compat/dist/atf-run.sh
cvs rdiff -u -r1.1.1.1 -r1.2 \
src/external/bsd/kyua-atf-compat/dist/atf-run_test.sh
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Home |
Main Index |
Thread Index |
Old Index