address globbing issue in #1170

This commit is contained in:
Mario Vavti 2018-05-21 20:01:03 +02:00
parent a8274bbfb3
commit fff720c00d
6 changed files with 18 additions and 6 deletions

View file

@ -1,4 +1,6 @@
#!/usr/bin/env bash -f
#!/usr/bin/env bash
set -f
if [ $# -lt 2 ]; then
echo usage: $0 repo_url nickname

View file

@ -1,4 +1,6 @@
#!/usr/bin/env bash -f
#!/usr/bin/env bash
set -f
if [ $# -lt 2 ]; then
echo usage: $0 repo_url nickname

View file

@ -1,4 +1,6 @@
#!/usr/bin/env bash -f
#!/usr/bin/env bash
set -f
if [ $# -lt 2 ]; then
echo usage: $0 repo_url nickname

View file

@ -1,4 +1,6 @@
#!/usr/bin/env bash -f
#!/usr/bin/env bash
set -f
if [ $# -ne 1 ]; then
echo usage: $0 repository

View file

@ -1,4 +1,6 @@
#!/usr/bin/env bash -f
#!/usr/bin/env bash
set -f
if [ $# -ne 1 ]; then

View file

@ -1,4 +1,6 @@
#!/usr/bin/env bash -f
#!/usr/bin/env bash
set -f
if [ $# -ne 1 ]; then
echo usage: $0 repository