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

This commit is contained in:
Mitchell Wills
2019-12-07 03:12:47 +00:00
committed by Gerrit Code Review

View File

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