ref: d22a9cca4296bbe2087757c13b1c9f761fc4bbba
parent: 0d03c61b00171065d951fc97bf18c86e376448d2
author: qwx <qwx@sciops.net>
date: Tue Apr 30 09:28:52 EDT 2024
lstk: don't print renames unix stuff with eg. macros can generate annoying amounts of warnings about those and it's pointless
--- a/bin/lstk
+++ b/bin/lstk
@@ -23,5 +23,5 @@
echo acid -lthread -lpool $* $p
}
if not{
- {echo lstk'()'; cat} | acid -q -lthread -lpool $* $p
+ {echo lstk'()'; cat} | acid -lthread -lpool $* $p
}