Remove meaningless 'local' declaration at top-level
This commit is contained in:
parent
daa5fdd7c1
commit
a324ca62c8
1 changed files with 1 additions and 1 deletions
|
@ -83,7 +83,7 @@ status() {
|
|||
|
||||
: ${DOTFILES:=~/dotfiles} ${STOW:=stow} ${GITHUB_USER:=00dani}
|
||||
|
||||
local comm=$1
|
||||
comm=$1
|
||||
if (( $# == 0 )); then
|
||||
if [[ -d $DOTFILES ]]; then
|
||||
comm=status
|
||||
|
|
Loading…
Reference in a new issue