aboutsummaryrefslogtreecommitdiffstats
path: root/util
diff options
context:
space:
mode:
authorroot <root@dx.tradetal.com>2018-05-12 09:58:19 -0700
committerroot <root@dx.tradetal.com>2018-05-12 09:58:19 -0700
commite288f4696776b768ce38bc007413c6c35090138a (patch)
tree2cd18ca60c4892f429abe08683e2d40f3af9b66a /util
parent984de8f46f138932dda66adb4160b57220836697 (diff)
downloadvolse-hubzilla-e288f4696776b768ce38bc007413c6c35090138a.tar.gz
volse-hubzilla-e288f4696776b768ce38bc007413c6c35090138a.tar.bz2
volse-hubzilla-e288f4696776b768ce38bc007413c6c35090138a.zip
shebang portable
Diffstat (limited to 'util')
-rwxr-xr-xutil/add_addon_repo2
-rwxr-xr-xutil/add_theme_repo2
-rwxr-xr-xutil/add_widget_repo2
-rwxr-xr-xutil/hz2
-rwxr-xr-xutil/run_xgettext.sh2
-rwxr-xr-xutil/shredder/JSON.sh2
-rwxr-xr-xutil/shredder/OAuth.sh2
-rwxr-xr-xutil/shredder/ShredOAuth.sh2
-rwxr-xr-xutil/shredder/shredder2
-rwxr-xr-xutil/udall2
-rwxr-xr-xutil/update_addon_repo2
-rwxr-xr-xutil/update_autoloader3
-rwxr-xr-xutil/update_theme_repo3
-rwxr-xr-xutil/update_widget_repo2
14 files changed, 15 insertions, 15 deletions
diff --git a/util/add_addon_repo b/util/add_addon_repo
index de19bebfe..8103f1c99 100755
--- a/util/add_addon_repo
+++ b/util/add_addon_repo
@@ -1,4 +1,4 @@
-#!/bin/bash -f
+#!/usr/bin/env bash
if [ $# -lt 2 ]; then
echo usage: $0 repo_url nickname
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
diff --git a/util/add_widget_repo b/util/add_widget_repo
index 4cfd6a170..058b15812 100755
--- a/util/add_widget_repo
+++ b/util/add_widget_repo
@@ -1,4 +1,4 @@
-#!/bin/bash -f
+#!/usr/bin/env bash
if [ $# -lt 2 ]; then
echo usage: $0 repo_url nickname
diff --git a/util/hz b/util/hz
index 8a432c30d..c9dc8654f 100755
--- a/util/hz
+++ b/util/hz
@@ -1,4 +1,4 @@
-#!/bin/bash
+#!/usr/bin/env bash
# Simple, minimalist command line tool to post status to hubzilla via the API. Requires curl.
# Put it in your path, and sneeze your statuses to the zot network from your shell.
diff --git a/util/run_xgettext.sh b/util/run_xgettext.sh
index 918597882..12556868e 100755
--- a/util/run_xgettext.sh
+++ b/util/run_xgettext.sh
@@ -1,4 +1,4 @@
-#!/bin/bash
+#!/usr/bin/env bash
FULLPATH=$(dirname $(readlink -f "$0"))
diff --git a/util/shredder/JSON.sh b/util/shredder/JSON.sh
index 20c4d282e..9d110a6fe 100755
--- a/util/shredder/JSON.sh
+++ b/util/shredder/JSON.sh
@@ -1,4 +1,4 @@
-#!/bin/bash
+#!/usr/bin/env bash
# The MIT License
#
# Copyright (c) 2011 Dominic Tarr
diff --git a/util/shredder/OAuth.sh b/util/shredder/OAuth.sh
index 4be4ed35b..07b2b9e1a 100755
--- a/util/shredder/OAuth.sh
+++ b/util/shredder/OAuth.sh
@@ -1,4 +1,4 @@
-#!/bin/bash
+#!/usr/bin/env bash
# Copyright (c) 2010, 2012 Yu-Jie Lin
#
# Permission is hereby granted, free of charge, to any person obtaining a copy of
diff --git a/util/shredder/ShredOAuth.sh b/util/shredder/ShredOAuth.sh
index e21bea353..56fd3f722 100755
--- a/util/shredder/ShredOAuth.sh
+++ b/util/shredder/ShredOAuth.sh
@@ -1,4 +1,4 @@
-#!/bin/bash
+#!/usr/bin/env bash
# Copyright (c) 2012 Fabio Comuni
# Copyright (c) 2012 Michael Nowack
# Copyright (c) 2010, 2012 Yu-Jie Lin
diff --git a/util/shredder/shredder b/util/shredder/shredder
index 61e6b1fd4..6f5736259 100755
--- a/util/shredder/shredder
+++ b/util/shredder/shredder
@@ -1,4 +1,4 @@
-#!/bin/bash
+#!/usr/bin/env bash
# Copyright (c) 2012 Fabio Comuni
# Copyright (c) 2010, 2012 Yu-Jie Lin
#
diff --git a/util/udall b/util/udall
index d1ff1c482..f1d52a1d1 100755
--- a/util/udall
+++ b/util/udall
@@ -1,4 +1,4 @@
-#!/bin/bash
+#!/usr/bin/env bash
if [ ! -d .git ]; then
echo Unable to update `pwd`
exit
diff --git a/util/update_addon_repo b/util/update_addon_repo
index ba1862f4b..7341bf3d8 100755
--- a/util/update_addon_repo
+++ b/util/update_addon_repo
@@ -1,4 +1,4 @@
-#!/bin/bash -f
+#!/usr/bin/env bash
if [ $# -ne 1 ]; then
echo usage: $0 repository
diff --git a/util/update_autoloader b/util/update_autoloader
index 1a6e8eb8d..89d2aafca 100755
--- a/util/update_autoloader
+++ b/util/update_autoloader
@@ -1,2 +1,3 @@
-#!/bin/bash -f
+#!/usr/bin/env bash
+
composer install --optimize-autoloader --no-dev
diff --git a/util/update_theme_repo b/util/update_theme_repo
index cd71531d0..65055028c 100755
--- a/util/update_theme_repo
+++ b/util/update_theme_repo
@@ -1,5 +1,4 @@
-#!/bin/bash -f
-
+#!/usr/bin/env bash
if [ $# -ne 1 ]; then
echo usage: $0 repository
diff --git a/util/update_widget_repo b/util/update_widget_repo
index 045122619..42aa3cf48 100755
--- a/util/update_widget_repo
+++ b/util/update_widget_repo
@@ -1,4 +1,4 @@
-#!/bin/bash -f
+#!/usr/bin/env bash
if [ $# -ne 1 ]; then
echo usage: $0 repository