aboutsummaryrefslogtreecommitdiff
path: root/src/interp/osyscmd.boot
diff options
context:
space:
mode:
Diffstat (limited to 'src/interp/osyscmd.boot')
-rw-r--r--src/interp/osyscmd.boot2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/interp/osyscmd.boot b/src/interp/osyscmd.boot
index 264bc3e2..c8623bbf 100644
--- a/src/interp/osyscmd.boot
+++ b/src/interp/osyscmd.boot
@@ -43,7 +43,7 @@ InterpExecuteSpadSystemCommand string ==
ExecuteInterpSystemCommand string ==
string := intProcessSynonyms(string)
$currentLine:local:=string
- string:=SUBSTRING(string,1,nil)
+ string:=subString(string,1)
string = '"" => nil
doSystemCommand string