Fix missing GOTO in mozBackup script

This commit is contained in:
Daniel Berteaud 2012-11-10 18:30:15 +01:00
parent d6d1573820
commit 96276bd696
1 changed files with 1 additions and 1 deletions

View File

@ -24,7 +24,7 @@ REM Recherche du répertoire de profile de Thunderbird
for /f %%a in ('dir /b "%APPDATA%\Thunderbird\Profiles\*.default"') do SET TBPROFILE=%APPDATA%\Thunderbird\Profiles\%%a
REM Si le répertoire de profile n'existe pas, on s'arrête
IF NOT EXIST "%TBPROFILE%" :EOF
IF NOT EXIST "%TBPROFILE%" GOTO :EOF
REM Rotation des anciennes sauvegardes
REM Pas très élégant, mais on fait ce qu'on peut