aboutsummaryrefslogtreecommitdiffstatshomepage
diff options
context:
space:
mode:
authorEgor Tensin <Egor.Tensin@gmail.com>2016-06-13 20:46:16 +0300
committerEgor Tensin <Egor.Tensin@gmail.com>2016-06-13 20:46:16 +0300
commit9fd49f532527ce0f57ebae6ca369ea68b752d492 (patch)
treeef34448e1624bb4831865266bab37cbac35c4354
parentadd runc/runcpp functions (diff)
downloadlinux-home-9fd49f532527ce0f57ebae6ca369ea68b752d492.tar.gz
linux-home-9fd49f532527ce0f57ebae6ca369ea68b752d492.zip
code style
-rw-r--r--.bashrc2
1 files changed, 1 insertions, 1 deletions
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