Skip to content

Commit

Permalink
Typo
Browse files Browse the repository at this point in the history
  • Loading branch information
grimbough committed Mar 19, 2024
1 parent ae7c17c commit 3149b50
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion setup-bioc/get-r-version.sh
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ abspath() {
fi
}

if readlink -f $1 2>&1/dev/null; then
if readlink -f $1 2>&1 /dev/null; then
mapping_file=$(readlink -f $1)
else
mapping_file=$(abspath $1);
Expand Down

0 comments on commit 3149b50

Please sign in to comment.