Merge "Use bash instead of sh in self extracting archive"

am: 0c4f577f1c

Change-Id: I93028e0ed9ac3bd4c99d3a24390d052019736d1f
This commit is contained in:
Mitchell Wills 2019-12-06 20:02:31 -08:00 committed by android-build-merger
commit 0ef7856a56
1 changed files with 1 additions and 1 deletions

View File

@ -38,7 +38,7 @@ import sys
import os
import zipfile
_HEADER_TEMPLATE = """#!/bin/sh
_HEADER_TEMPLATE = """#!/bin/bash
#
{comment_line}
#