From b01db517dd8233d467e6b2a0dad26a482117d302 Mon Sep 17 00:00:00 2001 From: Giorgos Korfiatis <gkorf@grnet.gr> Date: Thu, 20 Aug 2015 16:59:01 +0300 Subject: [PATCH] use /usr/bin/env in scripts for compatibility --- get_nwjs.sh | 2 +- make_package.sh | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/get_nwjs.sh b/get_nwjs.sh index b9b4cc9..f844ca4 100755 --- a/get_nwjs.sh +++ b/get_nwjs.sh @@ -1,4 +1,4 @@ -#!/bin/bash +#!/usr/bin/env bash # Copyright (C) 2015 GRNET S.A. # # This program is free software: you can redistribute it and/or modify diff --git a/make_package.sh b/make_package.sh index 4cb1356..423f745 100755 --- a/make_package.sh +++ b/make_package.sh @@ -1,4 +1,4 @@ -#!/bin/bash +#!/usr/bin/env bash # Copyright (C) 2015 GRNET S.A. # # This program is free software: you can redistribute it and/or modify -- GitLab