/xmlbench/trunk

To get this branch, use:
bzr branch http://darksoft.org/webbzr/xmlbench/trunk

« back to all changes in this revision

Viewing changes to parse/tools/run-script

  • Committer: Suren A. Chilingaryan
  • Date: 2009-10-02 01:45:17 UTC
  • Revision ID: csa@dside.dyndns.org-20091002014517-2eojbiq34vgh821f
Minor lisp optimizations

Show diffs side-by-side

added added

removed removed

Lines of Context:
25
25
if [ $lang == "lisp" ]; then
26
26
    script_runner="clisp"
27
27
    script_args="-C -q -q lisp/$app.cl"
 
28
#    script_runner="sbcl"
 
29
#    script_args="--load lisp/$app.cl --end-toplevel-options"
28
30
elif [ $lang == "perl" ]; then
29
31
    script_runner=$lang
30
32
    script_args="scripts/$app.pl"