diff options
author | root <root@dx.tradetal.com> | 2018-05-12 09:58:19 -0700 |
---|---|---|
committer | root <root@dx.tradetal.com> | 2018-05-12 09:58:19 -0700 |
commit | e288f4696776b768ce38bc007413c6c35090138a (patch) | |
tree | 2cd18ca60c4892f429abe08683e2d40f3af9b66a /util/udall | |
parent | 984de8f46f138932dda66adb4160b57220836697 (diff) | |
download | volse-hubzilla-e288f4696776b768ce38bc007413c6c35090138a.tar.gz volse-hubzilla-e288f4696776b768ce38bc007413c6c35090138a.tar.bz2 volse-hubzilla-e288f4696776b768ce38bc007413c6c35090138a.zip |
shebang portable
Diffstat (limited to 'util/udall')
-rwxr-xr-x | util/udall | 2 |
1 files changed, 1 insertions, 1 deletions
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 |