Skip to content

Commit

Permalink
scripts: Source the download-xilinx.sh
Browse files Browse the repository at this point in the history
  • Loading branch information
mithro committed Sep 24, 2018
1 parent d66ecd0 commit 1a111fa
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/download-env.sh
Original file line number Diff line number Diff line change
Expand Up @@ -172,7 +172,7 @@ echo ""
echo "Platform Toolchain: $PLATFORM_TOOLCHAIN"
case $PLATFORM_TOOLCHAIN in
Xilinx)
$TOP_DIR/.travis/download-xilinx.sh
. $TOP_DIR/.travis/download-xilinx.sh

if [ -z "$LIKELY_XILINX_LICENSE_DIR" ]; then
LIKELY_XILINX_LICENSE_DIR="$HOME/.Xilinx"
Expand Down

0 comments on commit 1a111fa

Please sign in to comment.