aboutsummaryrefslogtreecommitdiff
path: root/src/interp/obey.lisp
diff options
context:
space:
mode:
authordos-reis <gdr@axiomatics.org>2008-02-10 04:48:39 +0000
committerdos-reis <gdr@axiomatics.org>2008-02-10 04:48:39 +0000
commit6b365f926f1f0430c34498392e1dddbff126bc48 (patch)
treebdbc548cea2b0968863d9695bbdfc1732b16c3c5 /src/interp/obey.lisp
parent06e82157a75ebb6f14dae6a76a9e3a2b883b2c7a (diff)
downloadopen-axiom-6b365f926f1f0430c34498392e1dddbff126bc48.tar.gz
Add support for batch processing.
Diffstat (limited to 'src/interp/obey.lisp')
-rw-r--r--src/interp/obey.lisp4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/interp/obey.lisp b/src/interp/obey.lisp
index 1cc2b720..f7973dec 100644
--- a/src/interp/obey.lisp
+++ b/src/interp/obey.lisp
@@ -1,6 +1,6 @@
;; Copyright (c) 1991-2002, The Numerical ALgorithms Group Ltd.
;; All rights reserved.
-;; Copyright (C) 2007, Gabriel Dos Reis.
+;; Copyright (C) 2007-2008, Gabriel Dos Reis.
;; All rights reserved.
;;
;; Redistribution and use in source and binary forms, with or without
@@ -37,7 +37,7 @@
#+ (and :lucid :unix)
(defun OBEY (S)
- (system:run-aix-program (make-absolute-filename "/lib/obey")
+ (system:run-aix-program (|makeAbsoluteFilename| "/lib/obey")
:arguments (list "-c" S)))
#+ (and :lucid :unix)