Changes by: Jason Hickey (jyh at cs.caltech.edu)
Date: 2006-04-13 15:26:25 -0700 (Thu, 13 Apr 2006)
Revision: 9080
Log message:

      More Win32 silliness.  Since Win32 does not have a proper shell,
      each command does globbing on its own.
      
      Since omake already does the globbing, make sure that words on
      the command line that contain glob characters are properly quoted.
      This is not sensitive to the particular escaped character set;
      we can add more if ever needed.
      

Changes  Path
+21 -3 omake-branches/0.9.8.x/src/clib/omake_shell_sys.c