From 217f93a31777199acd864216987a091941e6e8ec Mon Sep 17 00:00:00 2001 From: Ivan Date: Sat, 20 Feb 2021 19:10:45 +0200 Subject: [PATCH] fix: Change script shebang to support non-FHS *NIX systems (e.g NixOS) --- pw-uninstalled.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pw-uninstalled.sh b/pw-uninstalled.sh index 2379214da..2f6eb350c 100755 --- a/pw-uninstalled.sh +++ b/pw-uninstalled.sh @@ -1,4 +1,4 @@ -#!/bin/bash +#!/usr/bin/env bash set -e