Skip to content

Commit

Permalink
Make sure generated installer is executable
Browse files Browse the repository at this point in the history
  • Loading branch information
dizzyd committed Sep 10, 2008
1 parent bd3806b commit a20f402
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion scripts/bootstrap/bootstrap
Original file line number Diff line number Diff line change
Expand Up @@ -157,5 +157,6 @@ echo -n "Generating installer...."
pushdir working
cat ../header.txt > $FILENAME
(cd erlware && tar -czp * >>../$FILENAME)
chmod 755 $FILENAME
popdir
echo "done."
echo "done."

0 comments on commit a20f402

Please sign in to comment.