address globbing issue in #1170
This commit is contained in:
parent
5b48eb3657
commit
4610fa2774
@ -1,4 +1,6 @@
|
|||||||
#!/usr/bin/env bash -f
|
#!/usr/bin/env bash
|
||||||
|
|
||||||
|
set -f
|
||||||
|
|
||||||
if [ $# -lt 2 ]; then
|
if [ $# -lt 2 ]; then
|
||||||
echo usage: $0 repo_url nickname
|
echo usage: $0 repo_url nickname
|
||||||
|
@ -1,4 +1,6 @@
|
|||||||
#!/usr/bin/env bash -f
|
#!/usr/bin/env bash
|
||||||
|
|
||||||
|
set -f
|
||||||
|
|
||||||
if [ $# -lt 2 ]; then
|
if [ $# -lt 2 ]; then
|
||||||
echo usage: $0 repo_url nickname
|
echo usage: $0 repo_url nickname
|
||||||
|
@ -1,4 +1,6 @@
|
|||||||
#!/usr/bin/env bash -f
|
#!/usr/bin/env bash
|
||||||
|
|
||||||
|
set -f
|
||||||
|
|
||||||
if [ $# -lt 2 ]; then
|
if [ $# -lt 2 ]; then
|
||||||
echo usage: $0 repo_url nickname
|
echo usage: $0 repo_url nickname
|
||||||
|
@ -1,4 +1,6 @@
|
|||||||
#!/usr/bin/env bash -f
|
#!/usr/bin/env bash
|
||||||
|
|
||||||
|
set -f
|
||||||
|
|
||||||
if [ $# -ne 1 ]; then
|
if [ $# -ne 1 ]; then
|
||||||
echo usage: $0 repository
|
echo usage: $0 repository
|
||||||
|
@ -1,4 +1,6 @@
|
|||||||
#!/usr/bin/env bash -f
|
#!/usr/bin/env bash
|
||||||
|
|
||||||
|
set -f
|
||||||
|
|
||||||
if [ $# -ne 1 ]; then
|
if [ $# -ne 1 ]; then
|
||||||
echo usage: $0 repository
|
echo usage: $0 repository
|
||||||
|
@ -1,4 +1,6 @@
|
|||||||
#!/usr/bin/env bash -f
|
#!/usr/bin/env bash
|
||||||
|
|
||||||
|
set -f
|
||||||
|
|
||||||
if [ $# -ne 1 ]; then
|
if [ $# -ne 1 ]; then
|
||||||
echo usage: $0 repository
|
echo usage: $0 repository
|
||||||
|
Reference in New Issue
Block a user