Changeset 822


Ignore:
Timestamp:
Nov 18, 2010, 2:21:42 AM (15 years ago)
Author:
Dmitry A. Kuminov
Message:

packaging: Fixed calling of the WIC environment setup script.

Location:
packaging
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • packaging/make_packages.cmd

    r737 r822  
    526526
    527527    if (translate(right(word(aCommand, 1), 4)) == '.CMD') then do
    528         aCommand = 'cmd.exe /c 'aCommand
     528        aCommand = 'c 'aCommand
    529529    end
    530530
  • packaging/warpin_env.cmd

    r544 r822  
    2828SAY "WarpIN found at: "||WARPIN_INSTALL_DIR
    2929
    30 if (stream(WARPIN_INSTALL_DIR||'\envwic.cmd', 'C' 'QUERY EXISTS') \== '') then do
     30if (stream(WARPIN_INSTALL_DIR||'\envwic.cmd', 'C' 'QUERY EXISTS') \== '') then do
    3131    /* Execute the WIC script that comes with WarpIN */
    3232    SAY "Calling envwic.cmd from WarpIN install directory..."
Note: See TracChangeset for help on using the changeset viewer.