mirror of
https://github.com/github/rails.git
synced 2026-04-26 03:00:59 -04:00
Preserve +x on scripts when using darcs #1929 [Scott Barron]
git-svn-id: http://svn-commit.rubyonrails.org/rails/trunk@1996 5ecf4fe2-1ee6-0310-87b1-e25e094e27de
This commit is contained in:
@@ -1,3 +1,5 @@
|
||||
*SVN*
|
||||
|
||||
* Preserve +x on scripts when using darcs #1929 [Scott Barron]
|
||||
|
||||
* When executing multiline commands, use a backslash to escape the newline
|
||||
|
||||
@@ -40,7 +40,7 @@ module SwitchTower
|
||||
|
||||
command = <<-CMD
|
||||
if [[ ! -d #{actor.release_path} ]]; then
|
||||
#{darcs} get #{configuration.repository} #{actor.release_path};
|
||||
#{darcs} get --set-scripts-executable #{configuration.repository} #{actor.release_path};
|
||||
fi
|
||||
CMD
|
||||
actor.run(command)
|
||||
|
||||
Reference in New Issue
Block a user