From 33079e6154c91f3469fd7576c6342b07114df5d5 Mon Sep 17 00:00:00 2001 From: BtbN Date: Mon, 18 Mar 2024 21:08:31 +0100 Subject: [PATCH] Remove superfluous variable --- generate.sh | 2 -- 1 file changed, 2 deletions(-) diff --git a/generate.sh b/generate.sh index 41ed9e5..2ad8564 100755 --- a/generate.sh +++ b/generate.sh @@ -123,8 +123,6 @@ for addin in ${ADDINS[*]}; do source "addins/${addin}.sh" done -export FFBUILD_PREFIX="$(docker run --rm "$IMAGE" bash -c 'echo $FFBUILD_PREFIX')" - for script in scripts.d/**/*.sh; do FF_CONFIGURE+=" $(get_output $script configure)" FF_CFLAGS+=" $(get_output $script cflags)"