mirror of
https://github.com/overleaf/toolkit.git
synced 2025-04-19 23:38:06 +02:00
Check for perl (just for fun)
This commit is contained in:
parent
e240c6a182
commit
21a8975010
1 changed files with 3 additions and 0 deletions
|
@ -59,6 +59,8 @@ function check_dependencies() {
|
|||
binary_name="$1"
|
||||
if [[ "bash" == "$binary_name" ]]; then
|
||||
bash -c 'echo $BASH_VERSION'
|
||||
elif [[ "perl" == "$binary_name" ]]; then
|
||||
perl -e 'print $];'
|
||||
else
|
||||
$binary_name --version
|
||||
fi
|
||||
|
@ -85,6 +87,7 @@ function check_dependencies() {
|
|||
docker
|
||||
docker-compose
|
||||
neitsra
|
||||
perl
|
||||
)
|
||||
|
||||
for binary in "${binaries[@]}"; do
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue