From 378de9200c6adbef8da0721ab02bf28282edda94 Mon Sep 17 00:00:00 2001 From: Gerhard Hoffmann Date: Tue, 25 Apr 2023 11:50:40 +0200 Subject: [PATCH] use a better name for file: git_changed_files_for_last_pull --- .githooks/post-merge | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.githooks/post-merge b/.githooks/post-merge index 21eb6e6..8793b5d 100755 --- a/.githooks/post-merge +++ b/.githooks/post-merge @@ -11,7 +11,7 @@ if [ -z $IFS ]; then IFS=$'\n' fi -GIT_PULL_TMP=/tmp/git_pull +GIT_PULL_TMP=/tmp/git_changed_files_for_last_pull OPKG_CMDS_TMP=/tmp/opkg_commands rm -f $GIT_PULL_TMP