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

Commit 032de676 authored by Mitchell Wills's avatar Mitchell Wills
Browse files

Use bash instead of sh in self extracting archive

`echo -n` and `read` seems to not work the same on mac

Bug: 130257221
Test: generated an archive using the script and ran the result on linux and mac
Change-Id: I129090ccf50781b748bff9a5c7890824d2670ad4
parent cfd25567
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -38,7 +38,7 @@ import sys
import os
import zipfile

_HEADER_TEMPLATE = """#!/bin/sh
_HEADER_TEMPLATE = """#!/bin/bash
#
{comment_line}
#