diff options
| author | Dylan Baker <dylan@pnwbakers.com> | 2020-11-19 11:57:45 -0800 |
|---|---|---|
| committer | Dylan Baker <dylan@pnwbakers.com> | 2020-11-21 07:55:10 -0800 |
| commit | ea416591a9b8c922b7a52723a44f7f26311f2ebc (patch) | |
| tree | 90b2104f9b20f056d0c974faa1515606a69faf07 /test cases/linuxlike | |
| parent | 954219f39e38f79ceed7458b3b113abb63055e7a (diff) | |
| download | meson-ea416591a9b8c922b7a52723a44f7f26311f2ebc.tar.gz | |
cmVers: use env instead of hardcoding bash location
Diffstat (limited to 'test cases/linuxlike')
| -rwxr-xr-x | test cases/linuxlike/13 cmake dependency/cmVers.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test cases/linuxlike/13 cmake dependency/cmVers.sh b/test cases/linuxlike/13 cmake dependency/cmVers.sh index 70809def3..6e096a5f8 100755 --- a/test cases/linuxlike/13 cmake dependency/cmVers.sh +++ b/test cases/linuxlike/13 cmake dependency/cmVers.sh @@ -1,4 +1,4 @@ -#!/bin/bash +#!/usr/bin/env bash VERS=$(cmake --version | grep "cmake version") VERS=${VERS//cmake version/} |
