From 80b41f38598931c14db30232b8b38b12186c156d Mon Sep 17 00:00:00 2001 From: Adrian Byszuk Date: Fri, 5 Mar 2021 17:42:29 +0100 Subject: scripts/vendors: fix typo in deprecated script param (#1673) Pull request #1653 reintroduced deprecated script params, but with a typo in one of the vendor scripts. Co-authored-by: Adrian Byszuk --- scripts/vendors/compile-xilinx-ise.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'scripts') diff --git a/scripts/vendors/compile-xilinx-ise.sh b/scripts/vendors/compile-xilinx-ise.sh index 2e3cc3355..354193501 100755 --- a/scripts/vendors/compile-xilinx-ise.sh +++ b/scripts/vendors/compile-xilinx-ise.sh @@ -121,11 +121,11 @@ while [[ $# -gt 0 ]]; do GHDL="$2" # overwrite a potentially existing GHDL environment variable shift # skip argument ;; - -src|--source) + --src|--source) SrcDir="$2" shift # skip argument ;; - -out|--output) + --out|--output) DestDir="$2" shift # skip argument ;; -- cgit v1.2.3