Merge pull request #56 from SteelPangolin/master

Change src/psl-make-dafsa shebang so it'll run on OS X
This commit is contained in:
Tim Rühsen 2016-09-17 11:46:15 +02:00 committed by GitHub
commit ce8e24c509
1 changed files with 1 additions and 1 deletions

View File

@ -1,4 +1,4 @@
#!/usr/bin/env python2
#!/usr/bin/env python
# Copyright 2014 The Chromium Authors. All rights reserved.
# Use of this source code is governed by a BSD-style license that can be
# found in the LICENSE.chromium file.