Browse Source

Correct line-ending problem.

suites/jessie-proposed-backports
Chris Lawrence 19 years ago
parent
commit
5a13840ad1
  1. 2
      script

2
script

@ -28,4 +28,4 @@ if os.path.exists(USERFILE):
m = passwdre.match(line)
if m:
line = '%s <omitted>' % m.group(1)
OUT.write(line)
print >> OUT, line

Loading…
Cancel
Save