From 003dec4203f9711dc74f147a90eddcd94ad5025b Mon Sep 17 00:00:00 2001 From: Jeremy Ehrhardt Date: Fri, 16 Sep 2016 18:42:54 -0700 Subject: [PATCH] Change src/psl-make-dafsa shebang so it'll run on OS X --- src/psl-make-dafsa | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/psl-make-dafsa b/src/psl-make-dafsa index 50c9dac..99c3135 100755 --- a/src/psl-make-dafsa +++ b/src/psl-make-dafsa @@ -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.