This commit is contained in:
Bert van der Weerd 2021-09-30 02:01:09 +02:00
parent 48ce299674
commit 50f7e3b3bc
No known key found for this signature in database
GPG key ID: 4CFABB96ADE0F5B1

View file

@ -84,7 +84,6 @@ def leave_srcdir():
def exec(cmd): def exec(cmd):
if cmd != '': if cmd != '':
cmd = 'bash -c "{}"'.format(cmd)
print(cmd) print(cmd)
if not options.no_execute: if not options.no_execute:
retval = os.system(cmd) retval = os.system(cmd)
@ -268,7 +267,7 @@ def execute_lw_do_patches():
# copy branding files.. # copy branding files..
exec("cp -vr ../common/source_files/* .") exec("cp -vr ../common/source_files/browser .")
exec("cp -v ../files/configure.sh browser/branding/librewolf") exec("cp -v ../files/configure.sh browser/branding/librewolf")
patches = [] patches = []