ref: a7140d1787745b7e481425f820507051a132cfb1
parent: 159f7abe9deab394da5dc48923e78c2bf3008354
author: Roberto E. Vargas Caballero <k0ga@shike2.com>
date: Fri May 11 14:01:58 EDT 2018
Small style change to configure We use test instead of [], because God wants it.
--- a/configure
+++ b/configure
@@ -1,6 +1,6 @@
#!/bin/sh
-if [ ! -e config.mk ]
+if test ! -e config.mk
then
printf '%s\n' 'Generating config.mk from defaults...' \
'(edit it for customization and then re-run this script)'