* fix all syntactical problems in recipe files

This commit is contained in:
Oliver Tappe
2013-03-30 18:58:47 +00:00
parent 8b640ecacc
commit 37404c8730
23 changed files with 50 additions and 54 deletions

View File

@@ -21,10 +21,10 @@ INSTALL()
fi
}
shopt -s extglob
TEST()
{
cd mercurial-2.2.2/tests
shopt -s extglob
sed -i 's,/usr/bin/env,/bin/env,' !(blacklists|bundles|gpg|svn)
python run-tests.py
}