From 8c9f0260f91a43f4d75a7f6d868e8d05d9f42b68 Mon Sep 17 00:00:00 2001 From: Wouter Verhelst Date: Sun, 23 Oct 2016 10:36:35 +0200 Subject: [PATCH] Use sh shebang Don't need bash-specific features, after all --- plugins/sge/sge_job_stats | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/plugins/sge/sge_job_stats b/plugins/sge/sge_job_stats index 075af312..7350eed0 100755 --- a/plugins/sge/sge_job_stats +++ b/plugins/sge/sge_job_stats @@ -1,4 +1,4 @@ -#!/bin/bash +#!/bin/sh # Graphs the number of running and waiting jobs, as well as when they # are submitted.