typo
This commit is contained in:
parent
f6c3239846
commit
775950f5af
@ -60,7 +60,7 @@ function go() {
|
|||||||
for ((i = 0; i < ${#LOCS[@]}; i++))
|
for ((i = 0; i < ${#LOCS[@]}; i++))
|
||||||
do
|
do
|
||||||
LOC=${LOCS[i]}
|
LOC=${LOCS[i]}
|
||||||
LOCATION=$(ls -d "$UDEV/$SITE/$LOC/*$ARGS3*/" 2> /dev/null )
|
LOCATION=$(ls -d "$UDEV/$SITE/$LOC/*$ARG3*/" 2> /dev/null )
|
||||||
if [[ -n "$LOCATION" ]]; then
|
if [[ -n "$LOCATION" ]]; then
|
||||||
LOCATION="$LOC/$LOCATION"
|
LOCATION="$LOC/$LOCATION"
|
||||||
break
|
break
|
||||||
|
Loading…
Reference in New Issue
Block a user