Change deb postrm shebang to /bin/bash

Fixes #6758
This commit is contained in:
Daniel Imms 2016-05-24 13:38:45 -07:00
parent 223e0aabd4
commit 096221c344

View file

@ -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.