mirror of
https://github.com/overleaf/toolkit.git
synced 2025-04-19 23:38:06 +02:00
Default to taking first line of version output
This commit is contained in:
parent
715f4c7ac2
commit
761728b11d
1 changed files with 1 additions and 1 deletions
|
@ -65,7 +65,7 @@ function check_dependencies() {
|
|||
elif [[ "perl" == "$binary_name" ]]; then
|
||||
perl -e 'print $];'
|
||||
else
|
||||
$binary_name --version
|
||||
$binary_name --version | head -n 1
|
||||
fi
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue