From f1b1c44bdd60ae5665580efd6da962a0715c73ad Mon Sep 17 00:00:00 2001 From: jendave Date: Mon, 12 Sep 2011 15:42:39 +0000 Subject: [PATCH] set oracleScript as executable --- .gitattributes | 2 +- res/oracleScript.py | 0 2 files changed, 1 insertion(+), 1 deletion(-) mode change 100644 => 100755 res/oracleScript.py diff --git a/.gitattributes b/.gitattributes index a7345839162..6ce7f2f1b73 100644 --- a/.gitattributes +++ b/.gitattributes @@ -9100,7 +9100,7 @@ res/licenses/xpp3-license.txt svneol=native#text/plain res/licenses/xstream-license.txt svneol=native#text/plain res/main.properties svneol=native#text/plain res/mtg-data.txt svneol=native#text/plain -res/oracleScript.py -text +res/oracleScript.py -text svneol=unset#text/x-python res/pics/BookIcon.png -text svneol=unset#image/png res/pics/BoxIcon.png -text svneol=unset#image/png res/pics/GoldIcon.png -text svneol=unset#image/png diff --git a/res/oracleScript.py b/res/oracleScript.py old mode 100644 new mode 100755