diff options
-rwxr-xr-x | tools/ccc/ccc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/ccc/ccc b/tools/ccc/ccc index 030243b815..4043150c72 100755 --- a/tools/ccc/ccc +++ b/tools/ccc/ccc @@ -1,4 +1,4 @@ -#!/usr/bin/python +#!/usr/bin/env python import os import sys |