From 096221c344999036fc4e7aefdf81f811c4caa8f8 Mon Sep 17 00:00:00 2001 From: Daniel Imms Date: Tue, 24 May 2016 13:38:45 -0700 Subject: [PATCH] Change deb postrm shebang to /bin/bash Fixes #6758 --- resources/linux/debian/postrm.template | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/resources/linux/debian/postrm.template b/resources/linux/debian/postrm.template index 1dfa892a0ea..c43a2b16ae3 100755 --- a/resources/linux/debian/postrm.template +++ b/resources/linux/debian/postrm.template @@ -1,4 +1,4 @@ -#!/usr/bin/env bash +#!/bin/bash # # Copyright (c) Microsoft Corporation. All rights reserved. # Licensed under the MIT License. See License.txt in the project root for license information. -- GitLab