Skip to content

Commit

Permalink
update install_optrove
Browse files Browse the repository at this point in the history
  • Loading branch information
dalekopera committed Sep 9, 2024
1 parent b5685e7 commit 18eb202
Showing 1 changed file with 0 additions and 8 deletions.
8 changes: 0 additions & 8 deletions bin/install_optrove
Original file line number Diff line number Diff line change
Expand Up @@ -216,11 +216,7 @@ elif (( $install_cutest )); then
fi

if (( $install_cutest )) ; then
<<<<<<< HEAD
# if [[ -z "$CUTEST" || ! -f "$CUTEST/version" ]]; then
=======
# if [[ -z "$CUTEST" || ! -f "$CUTEST/version" ]]; then
>>>>>>> dbda54d8c097f159a5230a9760933715a760e417
if [[ -z "$CUTEST" ]]; then
# if [[ ! -d "$PWD/../cutest" || ! -f "$PWD/../cutest/version" ]]; then
if [[ ! -d "$PWD/../cutest" ]]; then
Expand Down Expand Up @@ -252,11 +248,7 @@ else
fi

if (( $install_sifdecode )) ; then
<<<<<<< HEAD
# if [[ -z "$SIFDECODE" || ! -f "$SIFDECODE/version" ]]; then
=======
# if [[ -z "$SIFDECODE" || ! -f "$SIFDECODE/version" ]]; then
>>>>>>> dbda54d8c097f159a5230a9760933715a760e417
if [[ -z "$SIFDECODE" ]]; then
# if [[ ! -d "$PWD/../sifdecode" || ! -f "$PWD/../sifdecode/version" ]]; then
if [[ ! -d "$PWD/../sifdecode" ]]; then
Expand Down

0 comments on commit 18eb202

Please sign in to comment.