Default output file to a.out
This commit is contained in:
parent
91e1080e10
commit
0384e120c1
|
|
@ -10,6 +10,7 @@ fi
|
||||||
## Parse arguments
|
## Parse arguments
|
||||||
prepend_dirs=""
|
prepend_dirs=""
|
||||||
append_dirs=""
|
append_dirs=""
|
||||||
|
output_file=a.out
|
||||||
while :; do
|
while :; do
|
||||||
case ${1:-} in
|
case ${1:-} in
|
||||||
*.sps) input_file="$1"; rnrs=R6RS; shift ;;
|
*.sps) input_file="$1"; rnrs=R6RS; shift ;;
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue