Browse Source

fix interpreter locations

Jens Reimann 6 years ago
parent
commit
76aea27156

+ 2 - 0
tools/gdb-prettyprint.py

@@ -1,3 +1,5 @@
+#!/usr/bin/env python
+
 # WARNING: This is till work in progress
 #
 # Load into gdb with 'source ../tools/gdb-prettyprint.py'

+ 2 - 0
tools/hex2bin.py

@@ -1,3 +1,5 @@
+#!/usr/bin/env python
+
 # This Source Code Form is subject to the terms of the Mozilla Public
 # License, v. 2.0. If a copy of the MPL was not distributed with this 
 # file, You can obtain one at http://mozilla.org/MPL/2.0/.

+ 1 - 1
tools/pyUANamespace/generate_open62541CCode.py

@@ -1,4 +1,4 @@
-#!/usr/bin/python
+#!/usr/bin/env python
 # -*- coding: utf-8 -*-
 
 # This Source Code Form is subject to the terms of the Mozilla Public

+ 1 - 1
tools/pyUANamespace/open62541_MacroHelper.py

@@ -1,4 +1,4 @@
-#!/usr/bin/env/python
+#!/usr/bin/env python
 # -*- coding: utf-8 -*-
 
 # This Source Code Form is subject to the terms of the Mozilla Public

+ 1 - 1
tools/pyUANamespace/open62541_XMLPreprocessor.py

@@ -1,4 +1,4 @@
-#!/usr/bin/env/python
+#!/usr/bin/env python
 # -*- coding: utf-8 -*-
 
 # This Source Code Form is subject to the terms of the Mozilla Public

+ 1 - 1
tools/pyUANamespace/ua_builtin_types.py

@@ -1,4 +1,4 @@
-#!/usr/bin/env/python
+#!/usr/bin/env python
 # -*- coding: utf-8 -*-
 
 # This Source Code Form is subject to the terms of the Mozilla Public

+ 1 - 1
tools/pyUANamespace/ua_constants.py

@@ -1,4 +1,4 @@
-#!/usr/bin/env/python
+#!/usr/bin/env python
 # -*- coding: utf-8 -*-
 
 # This Source Code Form is subject to the terms of the Mozilla Public

+ 1 - 1
tools/pyUANamespace/ua_namespace.py

@@ -1,4 +1,4 @@
-#!/usr/bin/env/python
+#!/usr/bin/env python
 # -*- coding: utf-8 -*-
 
 # This Source Code Form is subject to the terms of the Mozilla Public

+ 1 - 1
tools/pyUANamespace/ua_node_types.py

@@ -1,4 +1,4 @@
-#!/usr/bin/env/python
+#!/usr/bin/env python
 # -*- coding: utf-8 -*-
 
 # This Source Code Form is subject to the terms of the Mozilla Public