diff options
author | zottel <github@zottel.net> | 2015-07-15 15:40:23 +0200 |
---|---|---|
committer | zottel <github@zottel.net> | 2015-07-15 15:40:23 +0200 |
commit | ba7acf88ad7f67977a9c039966c65d6e068a7f7d (patch) | |
tree | 71b634128ee3e6c710dffd7a4cfc091fcc6a9982 /util/update_widget_repo | |
parent | f4a1ca0692552f1b399c6f931f43b0a1ffef1f6a (diff) | |
download | volse-hubzilla-ba7acf88ad7f67977a9c039966c65d6e068a7f7d.tar.gz volse-hubzilla-ba7acf88ad7f67977a9c039966c65d6e068a7f7d.tar.bz2 volse-hubzilla-ba7acf88ad7f67977a9c039966c65d6e068a7f7d.zip |
also change the update_ scripts
Diffstat (limited to 'util/update_widget_repo')
-rwxr-xr-x | util/update_widget_repo | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/util/update_widget_repo b/util/update_widget_repo index c00c85708..045122619 100755 --- a/util/update_widget_repo +++ b/util/update_widget_repo @@ -1,4 +1,4 @@ -#!/bin/sh -f +#!/bin/bash -f if [ $# -ne 1 ]; then echo usage: $0 repository |