summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGravatar https://www.google.com/accounts/o8/id?id=AItOawnHrjHxJAm39x8DR4bnbazQO6H0nMNuY9c <Damien@web>2012-07-01 17:03:58 +0000
committerGravatar admin <admin@branchable.com>2012-07-01 17:03:58 +0000
commitedee8ad05b2fe8487c05cdcdacafa19a75151931 (patch)
treef6a274ff43842a9d77c1f7e716e36225f04d29ac
parent768036f3dd42bb4b733679cfcd8af1ee42dcd70c (diff)
Added a comment: gnu commands
-rw-r--r--doc/install/OSX/comment_13_a6f48c87c2d6eabe379d6e10a6cac453._comment8
1 files changed, 8 insertions, 0 deletions
diff --git a/doc/install/OSX/comment_13_a6f48c87c2d6eabe379d6e10a6cac453._comment b/doc/install/OSX/comment_13_a6f48c87c2d6eabe379d6e10a6cac453._comment
new file mode 100644
index 000000000..e5ce62b13
--- /dev/null
+++ b/doc/install/OSX/comment_13_a6f48c87c2d6eabe379d6e10a6cac453._comment
@@ -0,0 +1,8 @@
+[[!comment format=mdwn
+ username="https://www.google.com/accounts/o8/id?id=AItOawnHrjHxJAm39x8DR4bnbazQO6H0nMNuY9c"
+ nickname="Damien"
+ subject="gnu commands"
+ date="2012-07-01T17:03:57Z"
+ content="""
+…and another approach to the same problem: apparently git-annex also relies on the GNU coreutils (for instance, when doing `git annex get .`, `cp` complains about `illegal option -- -`). I do have the GNU coreutils installed with Homebrew, but they are all prefixed with `g`. So maybe you should try `gsha256sum` and `gcp` before `sha256sum` and `cp`, that seems like a more general solution.
+"""]]