From b19babeff417aa877ea5a8911c33e1d381067d4e Mon Sep 17 00:00:00 2001 From: Juan RP Date: Mon, 15 Dec 2008 09:23:08 +0100 Subject: [PATCH] build_funcs.sh: collapse two if conditions into one. --HG-- extra : convert_revision : 85676631474dc08c573cdc500b8867dbc76e0d6d --- utils/sh/build_funcs.sh | 3 --- 1 file changed, 3 deletions(-) diff --git a/utils/sh/build_funcs.sh b/utils/sh/build_funcs.sh index 0e96934e08d..4f1ebc837fd 100644 --- a/utils/sh/build_funcs.sh +++ b/utils/sh/build_funcs.sh @@ -72,9 +72,6 @@ build_src_phase() if [ -z "$in_chroot" ]; then . $XBPS_SHUTILSDIR/libtool_funcs.sh libtool_fixup_file - fi - - if [ -z "$in_chroot" ]; then . $XBPS_SHUTILSDIR/buildvars_funcs.sh set_build_vars fi