aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorzottel <github@zottel.net>2015-07-15 15:29:08 +0200
committerzottel <github@zottel.net>2015-07-15 15:29:08 +0200
commitf4a1ca0692552f1b399c6f931f43b0a1ffef1f6a (patch)
treecbba1a64294b049b1b6c214215201e572364f976
parentca1f6f8c5b9668a4bdb0bdb3b6bc32160bfd267e (diff)
downloadvolse-hubzilla-f4a1ca0692552f1b399c6f931f43b0a1ffef1f6a.tar.gz
volse-hubzilla-f4a1ca0692552f1b399c6f931f43b0a1ffef1f6a.tar.bz2
volse-hubzilla-f4a1ca0692552f1b399c6f931f43b0a1ffef1f6a.zip
change sh to bash in shebang to make scripts work
-rwxr-xr-xutil/add_addon_repo2
-rwxr-xr-xutil/add_theme_repo2
-rwxr-xr-xutil/add_widget_repo2
3 files changed, 3 insertions, 3 deletions
diff --git a/util/add_addon_repo b/util/add_addon_repo
index 4979c06bc..decd9e091 100755
--- a/util/add_addon_repo
+++ b/util/add_addon_repo
@@ -1,4 +1,4 @@
-#!/bin/sh -f
+#!/bin/bash -f
if [ $# -ne 2 ]; then
echo usage: $0 repo_url nickname
diff --git a/util/add_theme_repo b/util/add_theme_repo
index 70a8c6432..d41eba6d9 100755
--- a/util/add_theme_repo
+++ b/util/add_theme_repo
@@ -1,4 +1,4 @@
-#!/bin/sh -f
+#!/bin/bash -f
if [ $# -ne 2 ]; then
diff --git a/util/add_widget_repo b/util/add_widget_repo
index 449afe5db..347e8e4e1 100755
--- a/util/add_widget_repo
+++ b/util/add_widget_repo
@@ -1,4 +1,4 @@
-#!/bin/sh -f
+#!/bin/bash -f
if [ $# -ne 2 ]; then
echo usage: $0 repo_url nickname