Revision: 12592
          http://sourceforge.net/p/skim-app/code/12592
Author:   hofman
Date:     2021-12-01 14:55:27 +0000 (Wed, 01 Dec 2021)
Log Message:
-----------
code alignment

Modified Paths:
--------------
    trunk/displayline

Modified: trunk/displayline
===================================================================
--- trunk/displayline   2021-12-01 10:54:34 UTC (rev 12591)
+++ trunk/displayline   2021-12-01 14:55:27 UTC (rev 12592)
@@ -22,7 +22,7 @@
 from_source=""
 while [[ "${1:0:1}" == "-" ]]; do
   if [[ "$1" == "-r" || "$1" == "-revert" ]]; then
-    revert="    try
+    revert="try
       set thePath to POSIX path of (theFile as alias)
       set theDocs to get documents whose path is thePath
       if (count of theDocs) > 0 then revert theDocs
@@ -50,7 +50,7 @@
 [[ -z ${zerobased} ]] || (( line+=1 ))
 
 # run AppleScript
-/usr/bin/osascript << EOF
+cat << EOF
   set theFile to POSIX file "$file"
   tell application "Skim"
     $revert

This was sent by the SourceForge.net collaborative development platform, the 
world's largest Open Source development site.



_______________________________________________
Skim-app-commit mailing list
Skim-app-commit@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/skim-app-commit

Reply via email to