File tree Expand file tree Collapse file tree 2 files changed +0
-5
lines changed
Expand file tree Collapse file tree 2 files changed +0
-5
lines changed Original file line number Diff line number Diff line change @@ -283,14 +283,12 @@ while [ "$#" -gt 0 ]; do
283283 echo " WARNING: previous argument -${option} will be overwritten with -base." >&2
284284 fi
285285 option=" base"
286- OR_INSTALLER_ARGS=" ${OR_INSTALLER_ARGS} -${option} "
287286 ;;
288287 -common)
289288 if [[ " ${option} " != " none" ]]; then
290289 echo " WARNING: previous argument -${option} will be overwritten with -common." >&2
291290 fi
292291 option=" common"
293- OR_INSTALLER_ARGS=" ${OR_INSTALLER_ARGS} -${option} "
294292 ;;
295293 -local)
296294 OR_INSTALLER_ARGS=" ${OR_INSTALLER_ARGS} -local"
Original file line number Diff line number Diff line change @@ -27,7 +27,4 @@ elif grep -q "^+" "$tmpfile"; then
2727fi
2828
2929" $DIR /etc/DependencyInstaller.sh" -base
30- " $DIR /tools/OpenROAD/etc/DependencyInstaller.sh" -base
31-
3230sudo -u $SUDO_USER " $DIR /etc/DependencyInstaller.sh" -common -prefix=" $DIR /dependencies"
33- sudo -u $SUDO_USER " $DIR /tools/OpenROAD/etc/DependencyInstaller.sh" -common -prefix=" $DIR /dependencies"
You can’t perform that action at this time.
0 commit comments