summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorVedant K2021-06-17 22:00:11 +0530
committerVedant K2021-06-17 22:00:11 +0530
commit6b38048aee34c553f9f5d2b53357a7eb012907f2 (patch)
tree49144c5c62e37dae92d9ac341ddedfb1e734fb64
parentdde7385dd4b9bb1ddaa022825ebd3671b0f79dbf (diff)
downloadaur-6b38048aee34c553f9f5d2b53357a7eb012907f2.tar.gz
tweak update script
-rwxr-xr-xupdate-version2
1 files changed, 1 insertions, 1 deletions
diff --git a/update-version b/update-version
index cc4e55193d69..2ef324c3d781 100755
--- a/update-version
+++ b/update-version
@@ -76,7 +76,7 @@ function print_logo {
[[ -z "$SUDO_BIN" ]] && export SUDO_BIN=/usr/bin/sudo
[[ -z "$GIT_MESSAGE" ]] && export GIT_MESSAGE="$1"
-[[ -z "$GIT_FILES" ]] && export GIT_FILES="$PKGBUILD_PATH $SRC_INFO_PATH $INSTALL_HOOKS_PATH"
+[[ -z "$GIT_FILES" ]] && export GIT_FILES="$PKGBUILD_PATH $SRC_INFO_PATH $INSTALL_HOOKS_PATH ./update-version"
# Source the PKGBUILD so we can access its fields
source "$PKGBUILD_PATH"