bug-gnuzilla
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

bug#45549: Resolving bug with file exists on l10n


From: Samuel Klein
Subject: bug#45549: Resolving bug with file exists on l10n
Date: Tue, 29 Dec 2020 21:05:29 -0600 (CST)

Hello,

I found a minor bug where the script will stop if directory is found.

You can bypass this issue by simply deleting the staging directory and 
re-building. But I submit this patch.

mkdir: cannot create directory ‘l10n’: File exists

starting at line 57

if ! [[ -d l10n ]]; then
  mkdir l10n
fi

Ends on new line 59.

Warm regards,

Samuel Klein





reply via email to

[Prev in Thread] Current Thread [Next in Thread]