mirror of
https://git.freecumextremist.com/icscarythings/treebird-docker.git
synced 2024-11-23 16:33:46 +00:00
get rid of a sometimes unsupported shell feature from configure_build.sh
This commit is contained in:
parent
0dc01019fe
commit
55cdf5dd97
1 changed files with 1 additions and 1 deletions
|
@ -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}
|
||||
|
||||
|
|
Loading…
Reference in a new issue