Skip to content

Commit

Permalink
regression: make export scripts executable again
Browse files Browse the repository at this point in the history
  • Loading branch information
Frederikus authored and Frederikus committed Aug 6, 2019
1 parent 3253d6f commit 03753cb
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
Empty file modified installers/eid-mw/mac/create_export_package.sh 100644 → 100755
Empty file.
2 changes: 1 addition & 1 deletion scripts/mac/export-mac.sh 100644 → 100755
Expand Up @@ -10,7 +10,7 @@ cd $(dirname $0)/../../installers/eid-mw/mac
# make sure scripts are executable
#-----------------------------------------
CURRDIR=`pwd`
chmod +x ./create_package.sh
chmod +x ./create_export_package.sh

#-----------------------------------------
# build the eID MW
Expand Down

0 comments on commit 03753cb

Please sign in to comment.