From 1a5620224702585f2b6b48e5a769125b8ef8a2b9 Mon Sep 17 00:00:00 2001 From: Holden Rohrer Date: Sun, 30 Aug 2020 00:45:08 -0400 Subject: oops forgot makefile syntax --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Makefile') diff --git a/Makefile b/Makefile index 176f660..d296bf5 100644 --- a/Makefile +++ b/Makefile @@ -5,4 +5,4 @@ SRC=src install: cp -R $(SRC) $(WEBROOT) - awk '{gsub(/"/,"",$2);print "location = /chsmun/"$1" { return 301 \""g$2"\"; }"}' LINKS > /etc/nginx/chsmun.redir + awk '{gsub(/"/,"",$$2);print "location = /chsmun/"$$1" { return 301 \""g$$2"\"; }"}' LINKS > /etc/nginx/chsmun.redir -- cgit