Skip to content

Commit

Permalink
Added fix for the execute attribute of version.sh that gets lost when…
Browse files Browse the repository at this point in the history
… loaded from github.
  • Loading branch information
modmaker committed Aug 3, 2013
1 parent 3cdc05b commit 3d9768f
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions setenv
Original file line number Diff line number Diff line change
Expand Up @@ -81,4 +81,9 @@ else
echo "*** Setup for native compilation done ***"
fi

# Fixup for lost executable attribute caused by github
if ! test -x version.sh ; then
chmod +x version.sh
fi

touch .ts_env

0 comments on commit 3d9768f

Please sign in to comment.