Added a comment

This commit is contained in:
http://joeyh.name/ 2013-03-19 22:53:31 +00:00 committed by admin
parent c7b1fbebcc
commit 696d52a9ad

View file

@ -0,0 +1,21 @@
[[!comment format=mdwn
username="http://joeyh.name/"
nickname="joey"
subject="comment 5"
date="2013-03-19T22:53:30Z"
content="""
Well, one way to use runshell without annoyance is to put a git-annex wrapper in ~/bin
like this:
<pre>
#!/bin/sh
~/Applications/git-annex.app/Contents/MacOS/runshell git-annex \"$@\"
</pre>
I think I will repurpose this bug report: The git-annex inside the dmg should
be such a wrapper, so that it can just be put into PATH and used. The actual binaries in the dmg should be hidden away in a subdirectory where users won't stumble over them.
----
However, cabal is a fine choice.
"""]]