From 4eed30b9ee86f4e350fdcd0955de136b6a3b0496 Mon Sep 17 00:00:00 2001 From: Jesse Luehrs Date: Sat, 27 Oct 2018 12:27:21 -0400 Subject: fix test --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Makefile') diff --git a/Makefile b/Makefile index ff90b58..c26586e 100644 --- a/Makefile +++ b/Makefile @@ -136,7 +136,7 @@ less : lesskey lesskey -o $@ $< wunderground : - [ ! -e ~/.password-store ] && pass show websites/wunderground.com/wunderground@tozt.net > $@ || touch $@ + [ -e ~/.password-store ] && pass show websites/wunderground.com/wunderground@tozt.net > $@ || touch $@ mpdscribble/mpdscribble.conf : mpdscribble/mpdscribble.conf.tmpl perl -E'while () { if (/^password =/) { say "password = $$ARGV[0]" } else { print } }' "$$(pass show websites/last.fm/doyster)" < $< > $@ -- cgit v1.2.3-54-g00ecf