Commit Diff
Commit:
aafae3df60ffba99409478e897d2936a294799a7
From:
Omar Polo <op@omarpolo.com>
Date:
Wed Feb 16 19:29:10 2022 UTC
Message:
typo
commit - 4f640b25aa0172e1ad9aaf0b91326d73d9f762e6
commit + aafae3df60ffba99409478e897d2936a294799a7
blob - f696ec5349ed952a8c3b4c52ee353be0523a0114
blob + 9e0023966d7d56286981f0e2ec51b62df704af0a
--- Makefile
+++ Makefile
@@ -41,7 +41,7 @@ dist: clean
tar -ztf amused-${AMUSED_VERSION}.tar.gz | \
sed -e 's/^amused-${AMUSED_VERSION}//' | \
sort > amused-dist.txt.new
- diff -u amused-dist.txt{,new}
+ diff -u amused-dist.txt{,.new}
rm amused-dist.txt.new
.include <bsd.prog.mk>
Omar Polo