diff options
author | ronny | 2001-11-01 15:37:51 +0000 |
---|---|---|
committer | ronny | 2001-11-01 15:37:51 +0000 |
commit | b9f14e9779a73cd6f5c60f9670d2163fef83a4a8 (patch) | |
tree | 76236459a823f9f134465670874344ccb3656f07 /main | |
parent | bug fix: rule does not match when no --dump-args or --restore args is specified. (diff) |
fix bug fix: no it also compiles
git-svn-id: https://svn.cs.ru.nl/repos/clean-compiler/trunk@879 1f8540f1-abd5-4d5b-9d24-4c5ce8603e2d
Diffstat (limited to 'main')
-rw-r--r-- | main/coclmain.icl | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/main/coclmain.icl b/main/coclmain.icl index a85bb88..c6f35ce 100644 --- a/main/coclmain.icl +++ b/main/coclmain.icl @@ -112,8 +112,8 @@ coclMainWithVersionCheck currentVersion latestDefVersion latestImpVersion testA where n = size s - getArgs commandArgs - = commandArgs + getArgs commandArgs world + = (commandArgs, world) CoclArgsFile :== "coclargs.txt" |