Skip to content

Commit

Permalink
expanding ~
Browse files Browse the repository at this point in the history
  • Loading branch information
Iximiel committed Aug 30, 2024
1 parent e8a94d1 commit 718f228
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion install-plumed.sh
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ if [[ -n "$SUFFIX" ]]; then
fi

#just to be sure
prefix=${PREFIX-~/opt}
prefix=$(realpath "${PREFIX-~/opt}")
if [[ -n "$PREFIX" ]]; then
plumed_options="$plumed_options --prefix=\"$prefix\""
fi
Expand Down

0 comments on commit 718f228

Please sign in to comment.