Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Windowsでもエラー出ないように #33

Closed
mattn opened this issue Oct 17, 2011 · 1 comment
Closed

Windowsでもエラー出ないように #33

mattn opened this issue Oct 17, 2011 · 1 comment

Comments

@mattn
Copy link
Contributor

mattn commented Oct 17, 2011

diff --git a/lib/Amon2/Setup/VC/Git.pm b/lib/Amon2/Setup/VC/Git.pm
index 08eb3d1..b1b9284 100644
--- a/lib/Amon2/Setup/VC/Git.pm
+++ b/lib/Amon2/Setup/VC/Git.pm
@@ -18,7 +18,7 @@ sub do_import {

     !system("git init") or die $?;
     !system("git add .") or die $?;
-    !system("git commit -m 'initial import'") or die $?;
+    !system("git commit -m \"initial import\"") or die $?;
 }

 1;
@tokuhirom
Copy link
Owner

merged!

mattn pushed a commit to mattn/Amon that referenced this issue Mar 23, 2012
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants