New upstream version 4.6

This commit is contained in:
Balint Reczey
2019-03-03 23:31:24 +01:00
parent 589f97ade4
commit b0729855e8
673 changed files with 18421 additions and 16992 deletions
+1 -1
View File
@@ -16,7 +16,7 @@ trap 'log_status "$0" "FAILURE"; restore_config' 0
change_config
echo -n "Use cppw with a nonexistant file (cppw data/passwd)..."
echo -n "Use cppw with a nonexistent file (cppw data/passwd)..."
cppw data/passwd 2>tmp/usage.out && exit 1 || {
status=$?
}