From bf2b51bd82b9d22cdf02cc0b0678048b2c18a668 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jonas=20H=C3=B6glund?= Date: Tue, 7 Jun 2016 11:04:54 +0200 Subject: [PATCH] Remove unused tmpdir --- iop/scripts/genconfig.sh | 3 --- 1 file changed, 3 deletions(-) diff --git a/iop/scripts/genconfig.sh b/iop/scripts/genconfig.sh index c64f5ed37..68363e9dc 100755 --- a/iop/scripts/genconfig.sh +++ b/iop/scripts/genconfig.sh @@ -9,7 +9,6 @@ function genconfig { export CUSTCONF="customerconfigs" export VERBOSE=0 export DEVELOPER=0 - export TMPDIR="/tmp/builder/" LOCAL_MIRROR="http://mirror.inteno.se/mirror" iopsys_brcm63xx_mips="cg300 cg301 dg150 dg150v2 dg150alv2 dg200 dg200al dg301 dg301al eg300 vg50 vox25" @@ -249,10 +248,8 @@ function genconfig { esac shift; done - [ -d $TMPDIR ] || mkdir $TMPDIR setup_dirs create_and_copy_files "$1" "$2" - [ -d $TMPDIR ] && rm -rf $TMPDIR use_local_mirror fi }