File tree Expand file tree Collapse file tree 5 files changed +5
-5
lines changed
LexC.seemode/Contents/Resources/Scripts Expand file tree Collapse file tree 5 files changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -29,7 +29,7 @@ set ScriptPathName to UnixPath & ScriptName
2929-- the following is a command to call an external script, in this case python
3030-- notice the export preamble which is essential to make pbpaste work with
3131-- utf8 content.
32- set shellscriptString to " export DEVPATH=$(xcode-select -p); export LANG=en_US.UTF-8; pbpaste | $DEVPATH/usr/bin/python3 ' " & ScriptPathName & " ' --sort=contlex -"
32+ set shellscriptString to " export DEVPATH=$(xcode-select -p); export LANG=en_US.UTF-8; pbpaste | $DEVPATH/usr/bin/python3 \" " & ScriptPathName & " \" --sort=contlex -"
3333
3434set shellresult to do shell script shellscriptString without altering line endings
3535
Original file line number Diff line number Diff line change @@ -29,7 +29,7 @@ set ScriptPathName to UnixPath & ScriptName
2929-- the following is a command to call an external script, in this case python
3030-- notice the export preamble which is essential to make pbpaste work with
3131-- utf8 content.
32- set shellscriptString to " export DEVPATH=$(xcode-select -p); export LANG=en_US.UTF-8; pbpaste | $DEVPATH/usr/bin/python3 ' " & ScriptPathName & " ' --align -"
32+ set shellscriptString to " export DEVPATH=$(xcode-select -p); export LANG=en_US.UTF-8; pbpaste | $DEVPATH/usr/bin/python3 \" " & ScriptPathName & " \" --align -"
3333
3434set shellresult to do shell script shellscriptString without altering line endings
3535
Original file line number Diff line number Diff line change @@ -29,7 +29,7 @@ set ScriptPathName to UnixPath & ScriptName
2929-- the following is a command to call an external script, in this case python
3030-- notice the export preamble which is essential to make pbpaste work with
3131-- utf8 content.
32- set shellscriptString to " export DEVPATH=$(xcode-select -p); export LANG=en_US.UTF-8; pbpaste | $DEVPATH/usr/bin/python3 ' " & ScriptPathName & " ' --sort=revstem -"
32+ set shellscriptString to " export DEVPATH=$(xcode-select -p); export LANG=en_US.UTF-8; pbpaste | $DEVPATH/usr/bin/python3 \" " & ScriptPathName & " \" --sort=revstem -"
3333
3434set shellresult to do shell script shellscriptString without altering line endings
3535
Original file line number Diff line number Diff line change @@ -29,7 +29,7 @@ set ScriptPathName to UnixPath & ScriptName
2929-- the following is a command to call an external script, in this case python
3030-- notice the export preamble which is essential to make pbpaste work with
3131-- utf8 content.
32- set shellscriptString to " export DEVPATH=$(xcode-select -p); export LANG=en_US.UTF-8; pbpaste | $DEVPATH/usr/bin/python3 ' " & ScriptPathName & " ' --sort=revlemma -"
32+ set shellscriptString to " export DEVPATH=$(xcode-select -p); export LANG=en_US.UTF-8; pbpaste | $DEVPATH/usr/bin/python3 \" " & ScriptPathName & " \" --sort=revlemma -"
3333
3434set shellresult to do shell script shellscriptString without altering line endings
3535
Original file line number Diff line number Diff line change @@ -29,7 +29,7 @@ set ScriptPathName to UnixPath & ScriptName
2929-- the following is a command to call an external script, in this case python
3030-- notice the export preamble which is essential to make pbpaste work with
3131-- utf8 content.
32- set shellscriptString to " export DEVPATH=$(xcode-select -p); export LANG=en_US.UTF-8; pbpaste | $DEVPATH/usr/bin/python3 ' " & ScriptPathName & " ' --sort=alpha -"
32+ set shellscriptString to " export DEVPATH=$(xcode-select -p); export LANG=en_US.UTF-8; pbpaste | $DEVPATH/usr/bin/python3 \" " & ScriptPathName & " \" --sort=alpha -"
3333
3434set shellresult to do shell script shellscriptString without altering line endings
3535
You can’t perform that action at this time.
0 commit comments