Added a comment: runshell typo prevents execution

This commit is contained in:
John 2013-09-22 00:24:11 +00:00 committed by admin
parent 6d24155365
commit 86c9480418

View file

@ -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
"""]]