From 803f182911576ea7c39475441a209b9c18cf5ca8 Mon Sep 17 00:00:00 2001 From: "http://joeyh.name/" Date: Tue, 19 Mar 2013 00:07:23 +0000 Subject: [PATCH] Added a comment --- .../comment_2_53f2de3d3993821d8502fd08a0fcce12._comment | 8 ++++++++ 1 file changed, 8 insertions(+) create mode 100644 doc/bugs/Building_in_cabal_using_--bindir___126____47__bin_breaks_the_desktop_link/comment_2_53f2de3d3993821d8502fd08a0fcce12._comment diff --git a/doc/bugs/Building_in_cabal_using_--bindir___126____47__bin_breaks_the_desktop_link/comment_2_53f2de3d3993821d8502fd08a0fcce12._comment b/doc/bugs/Building_in_cabal_using_--bindir___126____47__bin_breaks_the_desktop_link/comment_2_53f2de3d3993821d8502fd08a0fcce12._comment new file mode 100644 index 0000000000..69d7958655 --- /dev/null +++ b/doc/bugs/Building_in_cabal_using_--bindir___126____47__bin_breaks_the_desktop_link/comment_2_53f2de3d3993821d8502fd08a0fcce12._comment @@ -0,0 +1,8 @@ +[[!comment format=mdwn + username="http://joeyh.name/" + nickname="joey" + subject="comment 2" + date="2013-03-19T00:07:23Z" + content=""" +It seems to me that --bindir ~/bin will work, but --bindir=~/bin will not; it prevents the shell's tilde expansion from working. +"""]]