~mmach/netext73/meson

« back to all changes in this revision

Viewing changes to test cases/linuxlike/13 cmake dependency/cmVers.sh

  • Committer: mmach
  • Date: 2021-02-18 07:35:13 UTC
  • Revision ID: netbit73@gmail.com-20210218073513-7qj73rqnjjc56hmu
revert

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
 
#!/usr/bin/env bash
 
1
#!/bin/bash
2
2
 
3
3
VERS=$(cmake --version | grep "cmake version")
4
4
VERS=${VERS//cmake version/}