From 7684702713261637fe0897c195f411163592d414 Mon Sep 17 00:00:00 2001 From: Stig Sandbeck Mathisen Date: Sat, 4 Oct 2014 21:19:32 +0200 Subject: [PATCH] Use /bin/bash as interpreter for bash script --- plugins/google/googlecode | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/plugins/google/googlecode b/plugins/google/googlecode index 1bcbfc59..d0eaf3f4 100755 --- a/plugins/google/googlecode +++ b/plugins/google/googlecode @@ -1,4 +1,4 @@ -#!/bin/sh +#!/bin/bash ########################## # googlecode_ ##########################