Skip to content

Commit

Permalink
Small fix.
Browse files Browse the repository at this point in the history
  • Loading branch information
mithro committed Sep 14, 2015
1 parent 7881d59 commit 5ac577d
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions scripts/get-env.sh
Expand Up @@ -76,11 +76,12 @@ if [ -f $XILINX_PASSPHRASE_FILE ]; then
export MACADDR=90:10:00:00:00:01
#export LD_PRELOAD=$XILINX_DIR/impersonate_macaddress/impersonate_macaddress.so
#ls -l $LD_PRELOAD

rm $XILINX_PASSPHRASE_FILE
trap - EXIT
else
XILINX_DIR=/
fi
rm $XILINX_PASSPHRASE_FILE
trap - EXIT
echo " Xilinx directory is: $XILINX_DIR/opt/Xilinx/"

# gcc+binutils for the target
Expand Down

0 comments on commit 5ac577d

Please sign in to comment.