From 02185132d2c93f8fb3fd09595bd2dd539f59c0c9 Mon Sep 17 00:00:00 2001 From: Jussi Pakkanen Date: Fri, 4 Sep 2015 22:05:01 +0300 Subject: Moved new ac converter from wrap repo and made shebang line use env. Closes #256. --- tools/cmake2meson.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'tools/cmake2meson.py') diff --git a/tools/cmake2meson.py b/tools/cmake2meson.py index f1720a8..098a6e0 100755 --- a/tools/cmake2meson.py +++ b/tools/cmake2meson.py @@ -1,4 +1,4 @@ -#!/usr/bin/python3 +#!/usr/bin/env python3 # Copyright 2014 Jussi Pakkanen -- cgit v1.1