Loading build/autoconf/config.status.m4 +0 −2 Original line number Diff line number Diff line Loading @@ -105,8 +105,6 @@ dnl We're going to need [ ] for python syntax. changequote(<<<, >>>)dnl echo creating $CONFIG_STATUS extra_python_path=${COMM_BUILD:+"'mozilla', "} cat > $CONFIG_STATUS <<EOF def unique_list(l): result = [] Loading python/mozbuild/mozbuild/mach_commands.py +1 −2 Original line number Diff line number Diff line Loading @@ -1396,8 +1396,7 @@ class MachDebug(MachCommandBase): # Replace ' with '"'"', so that shell quoting e.g. # a'b becomes 'a'"'"'b'. quote = lambda s: s.replace("'", """'"'"'""") if self.mozconfig['configure_args'] and \ 'COMM_BUILD' not in os.environ: if self.mozconfig['configure_args']: print('echo Adding configure options from %s' % mozpath.normsep(self.mozconfig['path']), file=out) for arg in self.mozconfig['configure_args']: Loading Loading
build/autoconf/config.status.m4 +0 −2 Original line number Diff line number Diff line Loading @@ -105,8 +105,6 @@ dnl We're going to need [ ] for python syntax. changequote(<<<, >>>)dnl echo creating $CONFIG_STATUS extra_python_path=${COMM_BUILD:+"'mozilla', "} cat > $CONFIG_STATUS <<EOF def unique_list(l): result = [] Loading
python/mozbuild/mozbuild/mach_commands.py +1 −2 Original line number Diff line number Diff line Loading @@ -1396,8 +1396,7 @@ class MachDebug(MachCommandBase): # Replace ' with '"'"', so that shell quoting e.g. # a'b becomes 'a'"'"'b'. quote = lambda s: s.replace("'", """'"'"'""") if self.mozconfig['configure_args'] and \ 'COMM_BUILD' not in os.environ: if self.mozconfig['configure_args']: print('echo Adding configure options from %s' % mozpath.normsep(self.mozconfig['path']), file=out) for arg in self.mozconfig['configure_args']: Loading