From 28d0696beaad18624255d631ff997dd4ac69f182 Mon Sep 17 00:00:00 2001 From: Aymeric Vincent Date: Thu, 5 Jan 2017 16:45:17 +0100 Subject: use python2 as executable name, give adequate permissions --- test/arch/x86/sem.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) mode change 100644 => 100755 test/arch/x86/sem.py (limited to 'test/arch/x86/sem.py') diff --git a/test/arch/x86/sem.py b/test/arch/x86/sem.py old mode 100644 new mode 100755 index 93d2ff83..d2198847 --- a/test/arch/x86/sem.py +++ b/test/arch/x86/sem.py @@ -1,4 +1,4 @@ -#!/usr/bin/env python +#! /usr/bin/env python2 #-*- coding:utf-8 -*- # Loosely based on ARM's sem.py -- cgit 1.4.1