diff options
author | Egor Tensin <Egor.Tensin@gmail.com> | 2016-06-13 20:46:16 +0300 |
---|---|---|
committer | Egor Tensin <Egor.Tensin@gmail.com> | 2016-06-13 20:46:16 +0300 |
commit | 9fd49f532527ce0f57ebae6ca369ea68b752d492 (patch) | |
tree | ef34448e1624bb4831865266bab37cbac35c4354 | |
parent | add runc/runcpp functions (diff) | |
download | linux-home-9fd49f532527ce0f57ebae6ca369ea68b752d492.tar.gz linux-home-9fd49f532527ce0f57ebae6ca369ea68b752d492.zip |
code style
Diffstat (limited to '')
-rw-r--r-- | .bashrc | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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 |