diff options
| author | aarne <aarne@cs.chalmers.se> | 2005-12-21 19:46:48 +0000 |
|---|---|---|
| committer | aarne <aarne@cs.chalmers.se> | 2005-12-21 19:46:48 +0000 |
| commit | 89ec5b808b56eb408f0200aa38f64c25f59aff07 (patch) | |
| tree | cc1b2678da9009fcf89ab1785275ba1e2ee58ca8 /src/GF/Shell/CommandL.hs | |
| parent | f4c5fcf44ad9cfa79435ce76fa40e5f57d645cce (diff) | |
parsing escaped strings from command line fixed
Diffstat (limited to 'src/GF/Shell/CommandL.hs')
| -rw-r--r-- | src/GF/Shell/CommandL.hs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/GF/Shell/CommandL.hs b/src/GF/Shell/CommandL.hs index 3697c85db..0dc103e33 100644 --- a/src/GF/Shell/CommandL.hs +++ b/src/GF/Shell/CommandL.hs @@ -25,7 +25,7 @@ import GF.Compile.ShellState import GF.Infra.Option import GF.UseGrammar.Session import GF.Shell.Commands -import GF.Shell.PShell (wordsLits) +import GF.UseGrammar.Tokenize (wordsLits) import Data.Char import Data.List (intersperse) |
