Revision: 12596
http://sourceforge.net/p/skim-app/code/12596
Author: hofman
Date: 2021-12-02 15:16:35 +0000 (Thu, 02 Dec 2021)
Log Message:
-----------
variable names between braces
Modified Paths:
--------------
trunk/displayline
Modified: trunk/displayline
===================================================================
--- trunk/displayline 2021-12-02 15:13:31 UTC (rev 12595)
+++ trunk/displayline 2021-12-02 15:16:35 UTC (rev 12596)
@@ -45,17 +45,17 @@
[[ "${file:0:1}" == "/" ]] || file="${PWD}/${file}"
[[ -z "${src}" || "${src:0:1}" == "/" ]] || src="${PWD}/${src}"
-[[ -z "${src}" ]] || from_source="from POSIX file \"$src\""
+[[ -z "${src}" ]] || from_source="from POSIX file \"${src}\""
[[ -z ${zerobased} ]] || (( line+=1 ))
# run AppleScript
/usr/bin/osascript << EOF
- set theFile to POSIX file "$file"
+ set theFile to POSIX file "${file}"
tell application "Skim"
- $revert
+ ${revert}
open theFile
- go document 1 to TeX line $line $from_source $reading_bar
+ go document 1 to TeX line ${line} ${from_source} ${reading_bar}}
$activate
end tell
EOF
This was sent by the SourceForge.net collaborative development platform, the
world's largest Open Source development site.
_______________________________________________
Skim-app-commit mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/skim-app-commit