Change src/psl-make-dafsa shebang so it'll run on OS X

This commit is contained in:
Jeremy Ehrhardt 2016-09-16 18:42:54 -07:00
parent 0486815dbd
commit 003dec4203
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.