summaryrefslogtreecommitdiff
path: root/doc/bugs/OSX_app_issues/comment_13_cb12d419459e5cac766022ee0697fedc._comment
blob: c9e199961f0463655ed708c72d5a2f066ab3186c (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
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
"""]]