]> andersk Git - openssh.git/blobdiff - contrib/aix/buildbff.sh
- (dtucker) [contrib/aix/buildbff.sh] Ensure that perl is available.
[openssh.git] / contrib / aix / buildbff.sh
index 3e091f56f3dcded6c705f81b3e0683d4ec12e683..6b283a1ff72d6a486581a61b4bd6fd7ce3a4f465 100755 (executable)
@@ -23,6 +23,8 @@ umask 022
 
 startdir=`pwd`
 
+perl -v >/dev/null || (echo perl required; exit 1)
+
 # Path to inventory.sh: same place as buildbff.sh
 if  echo $0 | egrep '^/'
 then
This page took 0.033398 seconds and 4 git commands to generate.