summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorHolden Rohrer <hr@hrhr.dev>2020-08-30 00:45:08 -0400
committerHolden Rohrer <hr@hrhr.dev>2020-08-30 00:45:08 -0400
commit1a5620224702585f2b6b48e5a769125b8ef8a2b9 (patch)
tree1854d8a4adbb5ddebc744d0ce083043985d48372
parent6ee506a15d21ab846390ce16863f6a9305b4fe2a (diff)
oops forgot makefile syntax
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
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