pyratelog

personal blog
git clone git://git.pyratebeard.net/pyratelog.git
Log | Files | Refs | README

commit f0606679c82a98147780c79107355b26a107d6ef
parent 168cfdd5383630e48ea1db6ae8e5830a8e2d7ead
Author: pyratebeard <root@pyratebeard.net>
Date:   Thu, 24 Nov 2022 12:35:12 +0000

fixes

Diffstat:
MMakefile | 6------
Mentry/20221117-as_a_matter_of_course.md | 6------
2 files changed, 0 insertions(+), 12 deletions(-)

diff --git a/Makefile b/Makefile @@ -22,12 +22,6 @@ endif ifeq ($(ARGS), ) ARGS := $(shell git branch --show-current) endif -ifeq ($(ARGS), ) - ARGS := $(shell git branch --show-current) -endif -ifeq ($(ARGS), ) - ARGS := $(shell git branch --show-current) -endif prog: # ... # ... diff --git a/entry/20221117-as_a_matter_of_course.md b/entry/20221117-as_a_matter_of_course.md @@ -179,12 +179,6 @@ endif ifeq ($(ARGS), ) ARGS := $(shell git branch --show-current) endif -ifeq ($(ARGS), ) - ARGS := $(shell git branch --show-current) -endif -ifeq ($(ARGS), ) - ARGS := $(shell git branch --show-current) -endif prog: # ... # ...