From 775950f5af88f9032325472e423807626ae8cd39 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E6=96=9F=E9=85=8C=20=E9=B5=AC=E5=85=84?= Date: Fri, 22 Sep 2017 10:43:15 +0800 Subject: [PATCH] typo --- bash/bashrc/sources/40_go-command | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bash/bashrc/sources/40_go-command b/bash/bashrc/sources/40_go-command index 540635f..9137dc9 100755 --- a/bash/bashrc/sources/40_go-command +++ b/bash/bashrc/sources/40_go-command @@ -60,7 +60,7 @@ function go() { for ((i = 0; i < ${#LOCS[@]}; i++)) do 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 LOCATION="$LOC/$LOCATION" break