Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 1a3c408f authored by qctecmdr's avatar qctecmdr Committed by Gerrit - the friendly Code Review server
Browse files

Merge "kernel_headers: Explicitly run headers_install under 'sh'"

parents aeed5e92 de51ee35
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -343,7 +343,7 @@ def run_headers_install(verbose, gen_dir, headers_install, prefix, h):
  if verbose:
    print('run_headers_install: cmd is %s' % cmd)

  result = subprocess.call(cmd)
  result = subprocess.call(['sh', headers_install, h, out_h])

  if result != 0:
    print('error: run_headers_install: cmd %s failed %d' % (cmd, result))