summaryrefslogtreecommitdiff
path: root/src/GF/Shell/PShell.hs
diff options
context:
space:
mode:
authoraarne <unknown>2005-05-12 09:03:33 +0000
committeraarne <unknown>2005-05-12 09:03:33 +0000
commitae60299c7def8a4c2af18320be773158936c6ac9 (patch)
tree2dc587f26df0c952d9d6d60dc6f7c682afcd6c66 /src/GF/Shell/PShell.hs
parentd50c932a418e7368ac08cacf77d9c9ac1c98cb9b (diff)
pre-release adjustments
Diffstat (limited to 'src/GF/Shell/PShell.hs')
-rw-r--r--src/GF/Shell/PShell.hs8
1 files changed, 4 insertions, 4 deletions
diff --git a/src/GF/Shell/PShell.hs b/src/GF/Shell/PShell.hs
index 92574ff9b..480284ccf 100644
--- a/src/GF/Shell/PShell.hs
+++ b/src/GF/Shell/PShell.hs
@@ -5,9 +5,9 @@
-- Stability : (stable)
-- Portability : (portable)
--
--- > CVS $Date: 2005/04/21 16:46:12 $
--- > CVS $Author: bringert $
--- > CVS $Revision: 1.20 $
+-- > CVS $Date: 2005/05/12 10:03:33 $
+-- > CVS $Author: aarne $
+-- > CVS $Revision: 1.21 $
--
-- parsing GF shell commands. AR 11\/11\/2001
-----------------------------------------------------------------------------
@@ -97,7 +97,7 @@ pCommand ws = case ws of
"gt" : [] -> aUnit CGenerateTrees
"gt" : t -> aTerm CGenerateTrees t
"pt" : s -> aTerm CPutTerm s
------ "wt" : f : s -> aTerm (CWrapTerm (string2id f)) s
+ "wt" : f : s -> aTerm (CWrapTerm (pzIdent f)) s
"ma" : s -> aString CMorphoAnalyse s
"tt" : s -> aString CTestTokenizer s
"cc" : s -> aUnit $ CComputeConcrete $ unwords s