i'm not sure when it happenend, but it sopped working, so I plopped a copy of Markdown.pl in:
~/Library/Application Support/TextMate/
which is same as:
/Users/tim/Library/Application Support/TextMate/
yes?
and now I get:
Base URL: file:///Users/tim/Documents/projects/GTD/waitingOn
/bin/sh: line 1: /Users/tim/Library/Application: No such file or directory
help???
Just a guess, but you're referencing one of those paths from within the perl script, correct? In general, *nix scripts don't like spaces in paths/filenames, so most likely you just need to escape the space in the path.
~/Library/Application\ Support/TextMate/ /Users/tim/Library/Application\ Support/TextMate/
Alternatively, you can probably wrap the path in quotes (either type should do, unless you've got variables embedded, in which case you'll want to use doublequotes).
-b3
(And yes, you're corect, the ~ should expand to your full home directory path =) )
On Fri, 22 Oct 2004 00:13:46 -1000, Timothy Martens timfm@hawaii.rr.com wrote:
i'm not sure when it happenend, but it sopped working, so I plopped a copy of Markdown.pl in:
~/Library/Application Support/TextMate/
which is same as:
/Users/tim/Library/Application Support/TextMate/
yes?
and now I get:
Base URL: file:///Users/tim/Documents/projects/GTD/waitingOn
/bin/sh: line 1: /Users/tim/Library/Application: No such file or directory
help???
textmate mailing list textmate@lists.macromates.com http://lists.macromates.com/mailman/listinfo/textmate
On Oct 22, 2004, at 1:27 AM, Brent Bourgoine wrote:
Just a guess, but you're referencing one of those paths from within the perl script, correct?
I don't believe so, but I'm not sure.
In general, *nix scripts don't like spaces in paths/filenames, so most likely you just need to escape the space in the path.
Understood
~/Library/Application\ Support/TextMate/ /Users/tim/Library/Application\ Support/TextMate/
Alternatively, you can probably wrap the path in quotes (either type should do, unless you've got variables embedded, in which case you'll want to use doublequotes).
Tried both escapes and quoted strings -- neither worked.
Any other ideas?
-t
-b3
(And yes, you're corect, the ~ should expand to your full home directory path =) )
On Fri, 22 Oct 2004 00:13:46 -1000, Timothy Martens timfm@hawaii.rr.com wrote:
i'm not sure when it happenend, but it sopped working, so I plopped a copy of Markdown.pl in:
~/Library/Application Support/TextMate/
which is same as:
/Users/tim/Library/Application Support/TextMate/
yes?
and now I get:
Base URL: file:///Users/tim/Documents/projects/GTD/waitingOn
/bin/sh: line 1: /Users/tim/Library/Application: No such file or directory
help???
textmate mailing list textmate@lists.macromates.com http://lists.macromates.com/mailman/listinfo/textmate
-- Brent Bourgoine brent.bourgoine@gmail.com _______________________________________________ textmate mailing list textmate@lists.macromates.com http://lists.macromates.com/mailman/listinfo/textmate