Changeset 1589


Ignore:
Timestamp:
Jun 30, 2011, 11:08:42 PM (14 years ago)
Author:
John Small
Message:

Ticket 459: Fix a bug in "add unzip v6 support" code.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/cfgmgr.cmd

    r1536 r1589  
    3636            backup existing .\ARCHIVER.BB2 file to .\USER_CONFIG_BACKUP\B4UNZIP6.BB2
    3737            insert the UNZIP v6 entry from .\TMPLATES\ARCHVER.TMP into ,\ARCHIVER.BB2 (at the end)
     38      30 Jun 11 JBS Ticket 459: Fix a bug and improve text when support for Unzip v6 has already been added.
    3839
    3940*/
     
    721722               backup_file       = '.\User_Config_backup\B4Unzip6.bb2'
    722723               if stream(backup_file, 'c', 'query exists') \= '' then
    723                   if cfg.unattended = 1 then
     724                  if cfg.unattended = 0 then
    724725                     do
    725                         say 'This process has already been executed.'
    726                         if GetResponse("If you want to repeat this proceed, type 'Y': ") \= 'Y' then
     726                        say 'Support for Unzip v6 has previously been added.'
     727                        if GetResponse("If you want to repeat this process, type 'Y'") \= 'Y' then
    727728                           return
    728729                     end
     
    751752                     end
    752753                     call stream bb2_file, 'c', 'close'
     754                     cfg.action_taken = 1
    753755                  end
    754756               else
Note: See TracChangeset for help on using the changeset viewer.