From: Michael Tremer Date: Fri, 7 Nov 2025 13:37:47 +0000 (+0000) Subject: vdradmin: Remove ineffective statement X-Git-Tag: v2.29-core199~17^2~41 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=af93f1fd708a323a0429cda64b6f5645e020395f;p=ipfire-2.x.git vdradmin: Remove ineffective statement Every line will be executed in a fresh shell, so although the statement sets the variable, nothing will ever be called to use it. Signed-off-by: Michael Tremer --- diff --git a/lfs/vdradmin b/lfs/vdradmin index 1fe38aa5c..9265977d4 100644 --- a/lfs/vdradmin +++ b/lfs/vdradmin @@ -82,7 +82,6 @@ $(subst %,%_BLAKE2,$(objects)) : $(TARGET) : $(patsubst %,$(DIR_DL)/%,$(objects)) @$(PREBUILD) @rm -rf $(DIR_APP) && cd $(DIR_SRC) && tar jxf $(DIR_DL)/$(DL_FILE) - export "LANG=de_DE" cp $(DIR_SRC)/config/vdradmin/install-ipfire.sh $(DIR_APP)/ cd $(DIR_APP) && ./install-ipfire.sh