replace disable globbing switch

This commit is contained in:
root 2018-05-12 10:18:13 -07:00
parent e288f46967
commit 082bd58805
5 changed files with 5 additions and 5 deletions

View File

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

View File

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

View File

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

View File

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

View File

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