Correcting the variable order in bash
This commit is contained in:
parent
870f198b22
commit
f4f9a9320b
@ -1,8 +1,8 @@
|
||||
#!/bin/bash
|
||||
|
||||
export DOTFILES_DIR EXTRA_DIR
|
||||
DOTFILES_DIR="$( cd "$( dirname "${BASH_SOURCE[0]}" )" && pwd )"
|
||||
EXTRA_DIR="$HOME/.extra"
|
||||
export DOTFILES_DIR EXTRA_DIR
|
||||
|
||||
# Update dotfiles itself first
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user