From bc28e13e9105c060751ebf7b426806c531e9be1a Mon Sep 17 00:00:00 2001 From: USER Date: Thu, 22 Jun 2023 22:36:40 +0100 Subject: [PATCH] . --- sbin/Makefile.rootgitshared | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/sbin/Makefile.rootgitshared b/sbin/Makefile.rootgitshared index 91ed289..a6a9f2f 100644 --- a/sbin/Makefile.rootgitshared +++ b/sbin/Makefile.rootgitshared @@ -1,5 +1,5 @@ SHELL := /bin/sh -ZPC = /zz +ZZ = /zz MAKEFILE_NAME := $(firstword $(MAKEFILE_LIST)) .PHONY: help @@ -11,8 +11,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