Changeset 613


Ignore:
Timestamp:
Jul 20, 2011, 11:42:37 AM (14 years ago)
Author:
Herwig Bauernfeind
Message:

Samba Client 2.1: Really fix instpl.cmd to resolve Ticket #172

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/client/src/resources/instpl.cmd

    r605 r613  
    2323end
    2424
    25 NDFS = translate(left(strip(value("NDFSDIR",,"OS2ENVIRONMENT")),2))
     25NDFSDir = value("NDFSDIR",,"OS2ENVIRONMENT")
    2626/* For SMB we also support EVFS */
    27 if NDFS = "" & plugin = "NDPSMB" then do
     27if NDFSDir = "" & plugin = "NDPSMB" then do
    2828   say 'Installing 'plugin' for EVFS.'
    2929   say 'Install 'plugin'.dll    to 'SysBootDrive()'\ecs\dll\'plugin'.dll'
     
    3737say 'Installing 'plugin' for 'lang
    3838'copy .\'lang'\'plugin'.hlp 1>NUL'
    39 NDFS'\nd.exe plugin install 'plugin'.ndp'
     39NDFSDir'\nd.exe plugin install 'plugin'.ndp'
    4040ok = SysFileDelete(plugin".hlp")
    4141exit 0
Note: See TracChangeset for help on using the changeset viewer.