git-annex-4.20131024: doc/bugs/OSX_app_issues/comment_13_cb12d419459e5cac766022ee0697fedc._comment
[[!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
"""]]