summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGravatar John <John@web>2013-09-22 00:24:11 +0000
committerGravatar admin <admin@branchable.com>2013-09-22 00:24:11 +0000
commit2c46af7d75950e80b1f3629dab0c6409bafe7592 (patch)
treeb5581eaca2838cc1409d1c29097ed09a5f2e71d5
parentf522b2a4e778f07c82d10bf7477e69b35a7191f8 (diff)
Added a comment: runshell typo prevents execution
-rw-r--r--doc/bugs/OSX_app_issues/comment_13_cb12d419459e5cac766022ee0697fedc._comment18
1 files changed, 18 insertions, 0 deletions
diff --git a/doc/bugs/OSX_app_issues/comment_13_cb12d419459e5cac766022ee0697fedc._comment b/doc/bugs/OSX_app_issues/comment_13_cb12d419459e5cac766022ee0697fedc._comment
new file mode 100644
index 000000000..c9e199961
--- /dev/null
+++ b/doc/bugs/OSX_app_issues/comment_13_cb12d419459e5cac766022ee0697fedc._comment
@@ -0,0 +1,18 @@
+[[!comment format=mdwn
+ username="John"
+ ip="109.242.130.160"
+ subject="runshell typo prevents execution"
+ date="2013-09-22T00:24:10Z"
+ content="""
+Using the latest Mountain Lion build available.
+
+>$ /Applications/git-annex.app/Contents/MacOS/git-annex
+
+>/Applications/git-annex.app/Contents/MacOS/runshell: line 25: syntax error near unexpected token `&'
+
+Line 25:
+>echo \"** runshell loop detected!\"> &2
+
+Fix (obvious but for the sake of completeness):
+>echo \"** runshell loop detected!\" >&2
+"""]]