From e1b50b309ac5a2ecb50a0313efd702975fbc8038 Mon Sep 17 00:00:00 2001 From: USER Date: Fri, 23 Jun 2023 18:57:37 +0100 Subject: [PATCH] . --- Makefile.gitshared | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/Makefile.gitshared b/Makefile.gitshared index 4dd5c60..8c563ca 100644 --- a/Makefile.gitshared +++ b/Makefile.gitshared @@ -1,5 +1,5 @@ SHELL := /bin/sh -ZPC = /zz +ZZ = /zz MAKEFILE := $(firstword $(MAKEFILE_LIST)) MAKEFILE_NAME := $$(basename ${MAKEFILE}) @@ -12,8 +12,8 @@ mark-complete: -touch /var/tmp/${MAKEFILE_NAME} update: - -(${ZPC}/zShared/sbin/GitClone) - -(${ZPC}/zShared/sbin/GitPull) + -(${ZZ}/zShared/sbin/GitClone) + -(${ZZ}/zShared/sbin/GitPull) ##### load-all: update mark-complete