X-Git-Url: https://git.decadent.org.uk/gitweb/?a=blobdiff_plain;f=dak%2Fnew_security_install.py;h=4071b78afdac79db33db354880ea7fbc6c138729;hb=af486e867c2809515c09ae4f854a95355112010e;hp=856428e013cc5ea0f219f4cc9fcf6dcaa9288782;hpb=3cb559d2716529a3f700bfb3b55ffa0d64cab183;p=dak.git diff --git a/dak/new_security_install.py b/dak/new_security_install.py index 856428e0..4071b78a 100755 --- a/dak/new_security_install.py +++ b/dak/new_security_install.py @@ -26,7 +26,7 @@ from daklib import utils from daklib import database import apt_pkg, os, sys, pwd, time, re, commands -re_taint_free = re.compile(r"^['/;\-\+\.~\s\w]+$"); +re_taint_free = re.compile(r"^['/;\-\+\.~\s\w]+$") Cnf = None Options = None