From e288f4696776b768ce38bc007413c6c35090138a Mon Sep 17 00:00:00 2001 From: root Date: Sat, 12 May 2018 09:58:19 -0700 Subject: shebang portable --- util/add_theme_repo | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'util/add_theme_repo') diff --git a/util/add_theme_repo b/util/add_theme_repo index 1f8e7c1dd..aba1c268b 100755 --- a/util/add_theme_repo +++ b/util/add_theme_repo @@ -1,4 +1,4 @@ -#!/bin/bash -f +#!/usr/bin/env bash if [ $# -lt 2 ]; then echo usage: $0 repo_url nickname -- cgit v1.2.3