Merge pull request #1684 from tangledhelix/feature-windows-ampersand
Fix 1656 - & needs specific quoting under Windows. Closes #1656.
This commit is contained in:
commit
3345fa5897
2
Rakefile
2
Rakefile
@ -351,7 +351,7 @@ task :setup_github_pages, :repo do |t, args|
|
||||
mkdir deploy_dir
|
||||
cd "#{deploy_dir}" do
|
||||
system "git init"
|
||||
system "echo 'My Octopress Page is coming soon …' > index.html"
|
||||
system 'echo "My Octopress Page is coming soon …" > index.html'
|
||||
system "git add ."
|
||||
system "git commit -m \"Octopress init\""
|
||||
system "git branch -m gh-pages" unless branch == 'master'
|
||||
|
Loading…
Reference in New Issue
Block a user