diff options
author | redmatrix <redmatrix@redmatrix.me> | 2015-07-15 16:51:01 -0700 |
---|---|---|
committer | redmatrix <redmatrix@redmatrix.me> | 2015-07-15 16:51:01 -0700 |
commit | bfcdf5bd9e57dfd7c1bc32c8fcc5d8c2b4d45653 (patch) | |
tree | 440ba6ff651578e99b534bf285226781ff4d586a /util/add_theme_repo | |
parent | 86ad41a2db6dae0f27eb0a2ec305593c942c1876 (diff) | |
parent | 99dfd2f5b1c587b441941e72fccf684bc63a9090 (diff) | |
download | volse-hubzilla-bfcdf5bd9e57dfd7c1bc32c8fcc5d8c2b4d45653.tar.gz volse-hubzilla-bfcdf5bd9e57dfd7c1bc32c8fcc5d8c2b4d45653.tar.bz2 volse-hubzilla-bfcdf5bd9e57dfd7c1bc32c8fcc5d8c2b4d45653.zip |
Merge https://github.com/redmatrix/redmatrix into pending_merge
Diffstat (limited to 'util/add_theme_repo')
-rwxr-xr-x | util/add_theme_repo | 2 |
1 files changed, 1 insertions, 1 deletions
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 |