Fix shellcheck
This commit is contained in:
parent
6cde6f8ab6
commit
8192f80eb7
6 changed files with 6 additions and 6 deletions
|
@ -3,7 +3,7 @@ set -e
|
||||||
|
|
||||||
##
|
##
|
||||||
# variables
|
# variables
|
||||||
localbase=${LOCALBASE:-$(realpath $(dirname $0)/../..)}
|
localbase=${LOCALBASE:-$(realpath "$(dirname "$0")"/../..)}
|
||||||
git="${localbase}"/bin/git
|
git="${localbase}"/bin/git
|
||||||
gitdir=$1
|
gitdir=$1
|
||||||
commit=$2
|
commit=$2
|
||||||
|
|
|
@ -3,7 +3,7 @@ set -e
|
||||||
|
|
||||||
##
|
##
|
||||||
# variables
|
# variables
|
||||||
localbase=${LOCALBASE:-$(realpath $(dirname $0)/../..)}
|
localbase=${LOCALBASE:-$(realpath "$(dirname "$0")"/../..)}
|
||||||
git="${localbase}"/bin/git
|
git="${localbase}"/bin/git
|
||||||
gitdir=$1
|
gitdir=$1
|
||||||
commit=$2
|
commit=$2
|
||||||
|
|
|
@ -3,7 +3,7 @@ set -e
|
||||||
|
|
||||||
##
|
##
|
||||||
# variables
|
# variables
|
||||||
localbase=${LOCALBASE:-$(realpath $(dirname $0)/../..)}
|
localbase=${LOCALBASE:-$(realpath "$(dirname "$0")"/../..)}
|
||||||
git="${localbase}"/bin/git
|
git="${localbase}"/bin/git
|
||||||
gitdir=$1
|
gitdir=$1
|
||||||
mode=u=rwX,g=rX,o=
|
mode=u=rwX,g=rX,o=
|
||||||
|
|
|
@ -4,7 +4,7 @@ set -e
|
||||||
##
|
##
|
||||||
# variables
|
# variables
|
||||||
libexec=$(dirname "$0")
|
libexec=$(dirname "$0")
|
||||||
localbase=${LOCALBASE:-$(realpath $(dirname $0)/../..)}
|
localbase=${LOCALBASE:-$(realpath "$(dirname "$0")"/../..)}
|
||||||
git="${localbase}"/bin/git
|
git="${localbase}"/bin/git
|
||||||
mode="u=rwX,g=rX,o="
|
mode="u=rwX,g=rX,o="
|
||||||
gitdir="$1"
|
gitdir="$1"
|
||||||
|
|
|
@ -3,7 +3,7 @@ set -e
|
||||||
|
|
||||||
##
|
##
|
||||||
# variables
|
# variables
|
||||||
localbase=${LOCALBASE:-$(realpath $(dirname $0)/../..)}
|
localbase=${LOCALBASE:-$(realpath "$(dirname "$0")"/../..)}
|
||||||
libexec=$(dirname "$0")
|
libexec=$(dirname "$0")
|
||||||
git="${localbase}"/bin/git
|
git="${localbase}"/bin/git
|
||||||
giturl=$1
|
giturl=$1
|
||||||
|
|
|
@ -4,7 +4,7 @@ set -e
|
||||||
##
|
##
|
||||||
# variables
|
# variables
|
||||||
libexec=$(dirname "$0")
|
libexec=$(dirname "$0")
|
||||||
localbase=${LOCALBASE:-$(realpath $(dirname $0)/../..)}
|
localbase=${LOCALBASE:-$(realpath "$(dirname "$0")"/../..)}
|
||||||
git="${localbase}"/bin/git
|
git="${localbase}"/bin/git
|
||||||
gitdir=$1
|
gitdir=$1
|
||||||
mode="u=rwX,g=rX,o="
|
mode="u=rwX,g=rX,o="
|
||||||
|
|
Loading…
Reference in a new issue