Commit 4ffd9995 authored by Alexandre Boeglin's avatar Alexandre Boeglin

fixed regexp (should match at least english and french locales)


git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@10221 20353a03-c40f-0410-a6d1-a30d3c3de9de
parent d4638c27
...@@ -10,7 +10,7 @@ $DIRECTORY/update_cvs ...@@ -10,7 +10,7 @@ $DIRECTORY/update_cvs
if [ -d ${DIRECTORY}/ERP5/.svn ] if [ -d ${DIRECTORY}/ERP5/.svn ]
then then
svn info ${DIRECTORY}/ERP5 | grep -e '^R.vision[ \t]:' \ svn info ${DIRECTORY}/ERP5 | grep -e '^R.vision[ \t]*:' \
>> ${DIRECTORY}/test_output >> ${DIRECTORY}/test_output
fi fi
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment