diff options
Diffstat (limited to 'src/GF/Shell.hs')
| -rw-r--r-- | src/GF/Shell.hs | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/src/GF/Shell.hs b/src/GF/Shell.hs index 058715a17..29e00e72f 100644 --- a/src/GF/Shell.hs +++ b/src/GF/Shell.hs @@ -5,9 +5,9 @@ -- Stability : (stable) -- Portability : (portable) -- --- > CVS $Date: 2005/06/10 21:04:01 $ +-- > CVS $Date: 2005/06/14 20:09:57 $ -- > CVS $Author: aarne $ --- > CVS $Revision: 1.39 $ +-- > CVS $Revision: 1.40 $ -- -- GF shell command interpreter. ----------------------------------------------------------------------------- @@ -224,6 +224,7 @@ execC co@(comm, opts0) sa@((st,(h,_)),a) = checkOptions st co >> case comm of string2srcTerm src m t >>= Ch.justCheckLTerm src >>= Co.computeConcrete src))) sa +--- Co.computeConcreteRec src))) sa CShowOpers t -> do m <- return $ maybe (I.identC "?") id $ -- meaningful if no opers in t |
