[pve-devel] [PATCH manager 6/8] postinst: switch to /bin/sh
Fabian Grünbichler
f.gruenbichler at proxmox.com
Tue Mar 13 10:46:40 CET 2018
we don't use anything bash specific in our postinst, and this way linitian
should warn us about any bashisms we introduce.
Signed-off-by: Fabian Grünbichler <f.gruenbichler at proxmox.com>
---
debian/postinst | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/debian/postinst b/debian/postinst
index a648ec39..58736a15 100755
--- a/debian/postinst
+++ b/debian/postinst
@@ -1,4 +1,4 @@
-#!/bin/bash
+#!/bin/sh
# Abort if any command returns an error value
set -e
--
2.14.2
More information about the pve-devel
mailing list