Skip to content

Commit 6f31cb9

Browse files
author
hhas
committed
updated File unit tests, asdiff
1 parent b189e2a commit 6f31cb9

File tree

2 files changed

+1
-1
lines changed

2 files changed

+1
-1
lines changed

bin/asdiff

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ on run {arg1, arg2}
3030
end run
3131

3232
to exportAppleScript(scptFilePath, aLabel, tempFolder)
33-
set scptFilePath to normalize path scptFilePath with full expansion
33+
set scptFilePath to normalize path scptFilePath with tilde expansion and absolute expansion
3434
set tempFilePath to join path {tempFolder, last item of (split path scptFilePath) & aLabel & ".applescript"}
3535
do shell script "osadecompile " & quoted form of scptFilePath & " >" & quoted form of tempFilePath
3636
return tempFilePath

unittests/file.unittest.scpt

1.08 KB
Binary file not shown.

0 commit comments

Comments
 (0)