We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a897523 commit 9311d96Copy full SHA for 9311d96
scripts/steps/00_setup_intel_fpga.source_bash
@@ -225,7 +225,7 @@ intel_fpga_setup_quartus ()
225
find_dir="$intelfpga_install_parent_dir/$intelfpga_install_dir"
226
find_opt="-mindepth 1 -maxdepth 1 -type d -print"
227
228
- choosen_version_dir=$($find_to_run "$find_dir" $find_opt -name '[0-9]*' | sort | tail -1)
+ choosen_version_dir=$($find_to_run "$find_dir" -name '[0-9]*' $find_opt | sort | tail -1)
229
230
if [ -z "$choosen_version_dir" ]
231
then
0 commit comments