diff options
Diffstat (limited to '')
-rw-r--r-- | Makefile | 2 | ||||
-rwxr-xr-x | bin/pb | 2 |
2 files changed, 1 insertions, 3 deletions
@@ -1,8 +1,6 @@ .POSIX: FQDN = euandre.org -.SILENT: fqdn - .SUFFIXES: .SUFFIXES: .ly .flac .midi .ogg .pdf @@ -72,7 +72,7 @@ url() { DATE="$1" SLUG="$2" printf 'https://%s/pastebin/%s/%s.html' \ - "$(make fqdn)" \ + "$(make -s fqdn)" \ "$(echo "$DATE" | tr '-' '/')" \ "$SLUG" } |