From 1e1e7fecbd162d7e763fd553994ba90298101659 Mon Sep 17 00:00:00 2001 From: Timo Weingärtner Date: Sat, 12 Jan 2013 19:35:28 +0100 Subject: use #!/bin/sh, any POSIX sh is ok. Thanks: Philipp Kern --- plugins/psql | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'plugins/psql') diff --git a/plugins/psql b/plugins/psql index aa210d2..a7c0a72 100755 --- a/plugins/psql +++ b/plugins/psql @@ -1,4 +1,4 @@ -#!/bin/dash +#!/bin/sh # psql plugin # -- cgit v1.2.3