diff --git a/ChangeLog b/ChangeLog index 4f3e30e..d0bf0e4 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,4 +1,4 @@ -v6.4.0: +v7.0.0: ::internal changes - add PATCHIMAGE_DIR new internal variable - add UNP_EXTRA_ARGS new internal variable diff --git a/script.d/common.sh b/script.d/common.sh index 2044582..40be5a0 100644 --- a/script.d/common.sh +++ b/script.d/common.sh @@ -1,9 +1,9 @@ #!/bin/bash -PATCHIMAGE_VERSION=6.4.0 +PATCHIMAGE_VERSION=7.0.0 PATCHIMAGE_RELEASE=2016/08/03 -[[ -e $HOME/.patchimage.rc ]] && source $HOME/.patchimage.rc +[[ -e ${HOME}/.patchimage.rc ]] && source ${HOME}/.patchimage.rc setup_tools () {