From 55cdf5dd976e7e95e19803bdfb6e7c4b6fd4e589 Mon Sep 17 00:00:00 2001 From: icscarythings Date: Sun, 22 May 2022 09:03:13 -0400 Subject: [PATCH] get rid of a sometimes unsupported shell feature from configure_build.sh --- configure_build.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/configure_build.sh b/configure_build.sh index 6fe6ff4..1dbf394 100755 --- a/configure_build.sh +++ b/configure_build.sh @@ -11,7 +11,7 @@ git submodule init git submodule update cp -r mastodont-c treebird/ -cp treebird/{config.def.h,config.h} +cp treebird/config.def.h treebird/config.h ln -s ../treebird/config.h ${CONFIG_DIR}