Skip to content
This repository has been archived by the owner on Sep 18, 2021. It is now read-only.

Commit

Permalink
make new console script executable
Browse files Browse the repository at this point in the history
  • Loading branch information
danielschonfeld committed Mar 25, 2012
1 parent 86c4deb commit 74d9cf7
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions bin/scala-bootstrapper
Expand Up @@ -130,6 +130,10 @@ end
`chmod +x #{executable}` if File.exists?(executable)
end

if sbt11_requested
`chmod +x console` if File.exists?('console')
end

if git
$files.each { |file| sys("git add #{file}") if File.exists?(file) }
sys("git commit -m'scala-bootstrapper'", false) # fails if no change
Expand Down

0 comments on commit 74d9cf7

Please sign in to comment.