From 9fd49f532527ce0f57ebae6ca369ea68b752d492 Mon Sep 17 00:00:00 2001 From: Egor Tensin Date: Mon, 13 Jun 2016 20:46:16 +0300 Subject: code style --- .bashrc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.bashrc b/.bashrc index 97cc528..32b59ac 100644 --- a/.bashrc +++ b/.bashrc @@ -286,7 +286,7 @@ backup_repo() ( local backup_dir="$repo_dir" if [ $# -eq 1 ]; then - local backup_dir="$1" + backup_dir="$1" elif [ $# -gt 1 ]; then echo "Usage: $FUNCNAME [BACKUP_DIR]" >&2 exit 1 -- cgit v1.2.3