func/core/pkg_perl/10-test-perl.sh

5 lines
106 B
Bash
Raw Permalink Normal View History

2024-08-15 03:52:26 +00:00
#!/bin/bash
r_log "perl" "Verify that perl is installed"
perl --version &> /dev/null
r_checkExitStatus $?