summaryrefslogtreecommitdiff
path: root/doc/bugs/OS_X_10.8:_Can__39__t_reopen_webapp/comment_6_a4ad73530cd0f6621bcc6394d5f39af7._comment
diff options
context:
space:
mode:
Diffstat (limited to 'doc/bugs/OS_X_10.8:_Can__39__t_reopen_webapp/comment_6_a4ad73530cd0f6621bcc6394d5f39af7._comment')
-rw-r--r--doc/bugs/OS_X_10.8:_Can__39__t_reopen_webapp/comment_6_a4ad73530cd0f6621bcc6394d5f39af7._comment41
1 files changed, 0 insertions, 41 deletions
diff --git a/doc/bugs/OS_X_10.8:_Can__39__t_reopen_webapp/comment_6_a4ad73530cd0f6621bcc6394d5f39af7._comment b/doc/bugs/OS_X_10.8:_Can__39__t_reopen_webapp/comment_6_a4ad73530cd0f6621bcc6394d5f39af7._comment
deleted file mode 100644
index a5f2d4fb1..000000000
--- a/doc/bugs/OS_X_10.8:_Can__39__t_reopen_webapp/comment_6_a4ad73530cd0f6621bcc6394d5f39af7._comment
+++ /dev/null
@@ -1,41 +0,0 @@
-[[!comment format=mdwn
- username="https://www.google.com/accounts/o8/id?id=AItOawkfHTPsiAcHEEN7Xl7WxiZmYq-vX7azxFY"
- nickname="Vincent"
- subject="seems to work"
- date="2013-07-31T09:37:36Z"
- content="""
-I tried this as well.
-
- % diff -u /Applications/git-annex.app/Contents/MacOS/git-annex-shell{.old,}
- --- /Applications/git-annex.app/Contents/MacOS/git-annex-shell.old 2013-07-31 19:32:28.000000000 +1000
- +++ /Applications/git-annex.app/Contents/MacOS/git-annex-shell 2013-07-23 14:12:36.000000000 +1000
- @@ -22,4 +22,4 @@
- export GIT_ANNEX_APP_BASE
- fi
-
- -\"$base/runshell\" git-annex-shell
- +\"$base/runshell\" git-annex-shell \"$@\"
-
- % ps ax|grep git|grep -v grep |wc
- 0 0 0
-
- <click the gui app icon>
- <a new browser tab opens, running the assistant>
- % ps ax|grep git |grep -v grep
- 33124 ?? S 0:00.40 git-annex webapp -psn_0_31972988
- 33133 ?? S 0:00.00 git --git-dir=/Users/me/annex/.git --work-tree=/Users/me/annex cat-file --batch
- 33162 ?? S 0:00.00 git --git-dir=/Users/me/annex/.git --work-tree=/Users/me/annex cat-file --batch
- 33174 ?? S 0:00.00 git --git-dir=/Users/me/annex/.git --work-tree=/Users/me/annex cat-file --batch
- 33177 ?? S 0:00.00 git --git-dir=/Users/me/annex/.git --work-tree=/Users/me/annex check-attr -z --stdin annex.backend annex.numcopies --
-
- <click the gui app icon again>
- <a new browser tab opens, running the assistant. the original remains.>
- % ps ax|grep git |grep -v grep
- 33124 ?? S 0:00.46 git-annex webapp -psn_0_31972988
- 33133 ?? S 0:00.00 git --git-dir=/Users/me/annex/.git --work-tree=/Users/me/annex cat-file --batch
- 33162 ?? S 0:00.00 git --git-dir=/Users/me/annex/.git --work-tree=/Users/me/annex cat-file --batch
- 33174 ?? S 0:00.00 git --git-dir=/Users/me/annex/.git --work-tree=/Users/me/annex cat-file --batch
- 33177 ?? S 0:00.00 git --git-dir=/Users/me/annex/.git --work-tree=/Users/me/annex check-attr -z --stdin annex.backend annex.numcopies --
-
-HTH
-"""]]