aboutsummaryrefslogtreecommitdiff
path: root/src/interp/osyscmd.boot
diff options
context:
space:
mode:
authordos-reis <gdr@axiomatics.org>2010-12-29 03:20:55 +0000
committerdos-reis <gdr@axiomatics.org>2010-12-29 03:20:55 +0000
commit9c532285f28b723a3f70fc4eba19e3856ecbd3dd (patch)
tree8cab2c9b8ac48fd5b39bfc7a1fd192ede88c4117 /src/interp/osyscmd.boot
parentca4b1b74d8e743f50f0db37f1b33265f46547f01 (diff)
downloadopen-axiom-9c532285f28b723a3f70fc4eba19e3856ecbd3dd.tar.gz
SUBSTRING cleanup
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