Added a comment: runshell typo prevents execution
This commit is contained in:
parent
6d24155365
commit
86c9480418
1 changed files with 18 additions and 0 deletions
|
@ -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
|
||||
"""]]
|
Loading…
Add table
Reference in a new issue