aboutsummaryrefslogtreecommitdiff
path: root/src/interp/daase.lisp
diff options
context:
space:
mode:
Diffstat (limited to 'src/interp/daase.lisp')
-rw-r--r--src/interp/daase.lisp6
1 files changed, 3 insertions, 3 deletions
diff --git a/src/interp/daase.lisp b/src/interp/daase.lisp
index 73c1c0a6..c8a7c7c0 100644
--- a/src/interp/daase.lisp
+++ b/src/interp/daase.lisp
@@ -303,9 +303,9 @@
(defun asharp (file &optional (flags *asharpflags*))
"call the asharp compiler"
- (system::system
- (concatenate 'string (|systemRootDirectory|) "/compiler/bin/axiomxl "
- flags " " file)))
+ (|runProgram|
+ (concatenate 'string (|systemRootDirectory|) "/compiler/bin/axiomxl"
+ (list flags file))))
(defun resethashtables ()
"set all -hash* to clean values. used to clean up core before saving system"