From 2edfdf9bbf999a06a44505b71c1aa0d0da71e67c Mon Sep 17 00:00:00 2001 From: Claudio Valerio Date: Tue, 7 Oct 2014 12:43:48 +0200 Subject: [PATCH] fixed path issue --- release.macx.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) mode change 100755 => 100644 release.macx.sh diff --git a/release.macx.sh b/release.macx.sh old mode 100755 new mode 100644 index 9144c96c..d7ab746a --- a/release.macx.sh +++ b/release.macx.sh @@ -82,7 +82,7 @@ done function addImporter { - importerDir="`pwd`/../OpenSankoreToOpenBoard" + importerDir="`pwd`/../OpenBoard-Importer" importerName="OpenBoardImporter" if [ ! -e ${importerDir} ]; then