Sfoglia il codice sorgente

follow redirects when you curl plz

George S. Baugh 5 anni fa
parent
commit
14dfc5fa85
1 ha cambiato i file con 1 aggiunte e 1 eliminazioni
  1. 1 1
      Makefile

+ 1 - 1
Makefile

@@ -38,6 +38,6 @@ prereq-perl:
 
 .PHONY: prereq-frontend
 prereq-frontend:
-	mkdir -p www/scripts; cd www/scripts && curl --remote-name-all                                  \
+	mkdir -p www/scripts; cd www/scripts && curl -L --remote-name-all                                 \
 		"https://github.com/woody180/vanilla-javascript-emoji-picker/raw/master/fgEmojiPicker.js"     \
 	  "https://github.com/woody180/vanilla-javascript-emoji-picker/raw/master/full-emoji-list.json"