Commit Diff
Commit:
aafae3df60ffba99409478e897d2936a294799a7
Date:
Wed Feb 16 19:29:10 2022
UTC
Message:
typo
--- 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