Skip to content

Commit 05d6c1c

Browse files
committed
etc: remove repeated commands and flags
Signed-off-by: Vitor Bandeira <[email protected]>
1 parent 79e9702 commit 05d6c1c

File tree

2 files changed

+0
-5
lines changed

2 files changed

+0
-5
lines changed

etc/DependencyInstaller.sh

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff 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"

setup.sh

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,4 @@ elif grep -q "^+" "$tmpfile"; then
2727
fi
2828

2929
"$DIR/etc/DependencyInstaller.sh" -base
30-
"$DIR/tools/OpenROAD/etc/DependencyInstaller.sh" -base
31-
3230
sudo -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"

0 commit comments

Comments
 (0)