From f4f9a9320b4e0c5dc1507a9cba5f7512b3c4d756 Mon Sep 17 00:00:00 2001 From: Alexander Hosking Date: Mon, 27 Mar 2017 19:44:54 -0400 Subject: [PATCH] Correcting the variable order in bash --- install.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/install.sh b/install.sh index cf50aec..2c81ba9 100644 --- a/install.sh +++ b/install.sh @@ -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