From c9612d768548c36579f723d7e7d47030537395d1 Mon Sep 17 00:00:00 2001 From: shiruken1 Date: Sat, 23 Feb 2019 14:52:22 -0800 Subject: [PATCH] Update generate-app-icons.sh Missing slash in magic byte of shell script --- scripts/generate-app-icons.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/generate-app-icons.sh b/scripts/generate-app-icons.sh index c8a5351..66d08f8 100644 --- a/scripts/generate-app-icons.sh +++ b/scripts/generate-app-icons.sh @@ -1,4 +1,4 @@ -#!bin/sh +#!/bin/sh # Exit the script on any command with non 0 return code set -e