Revision: 3127
http://skim-app.svn.sourceforge.net/skim-app/?rev=3127&view=rev
Author: hofman
Date: 2007-11-02 04:16:13 -0700 (Fri, 02 Nov 2007)
Log Message:
-----------
To be sure, also remove -n option from echo command, and add a trailing
zero-char to split of any extra newline that may be passed.
Modified Paths:
--------------
trunk/displayline
Modified: trunk/displayline
===================================================================
--- trunk/displayline 2007-11-02 10:54:04 UTC (rev 3126)
+++ trunk/displayline 2007-11-02 11:16:13 UTC (rev 3127)
@@ -22,7 +22,7 @@
# pass arguments as NULL-separated string to osascript
# pass through cat to get them as raw bytes to preserve non-ASCII characters
shopt -s xpg_echo
-echo -n "${line}\x00${file}\x00${source}" | \
+echo "${line}\x00${file}\x00${source}\x00" | \
/usr/bin/osascript \
-e "set theArgv to do shell script \"/bin/cat\"" \
-e "set AppleScript's text item delimiters to ASCII character 0" \
This was sent by the SourceForge.net collaborative development platform, the
world's largest Open Source development site.
-------------------------------------------------------------------------
This SF.net email is sponsored by: Splunk Inc.
Still grepping through log files to find problems? Stop.
Now Search log events and configuration files using AJAX and a browser.
Download your FREE copy of Splunk now >> http://get.splunk.com/
_______________________________________________
Skim-app-commit mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/skim-app-commit