diff options
author | Jonathan Turner <jonathandturner@users.noreply.github.com> | 2021-01-23 05:44:05 +1300 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-01-22 17:44:05 +0100 |
commit | 0bf5669ba3a7bcdcf7db913c25e56a9d32e180b1 (patch) | |
tree | 441cd5b4a06c14026e78ed8f3f974fa5b23f255b /Meta/lint-ci.sh | |
parent | 2fe6a313c2a3824da6cf5c5589bfb9ba461086fb (diff) | |
download | serenity-0bf5669ba3a7bcdcf7db913c25e56a9d32e180b1.zip |
Meta: Get building on NixOS (#5005)
Diffstat (limited to 'Meta/lint-ci.sh')
-rwxr-xr-x | Meta/lint-ci.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Meta/lint-ci.sh b/Meta/lint-ci.sh index 69d96e406a..2467757df3 100755 --- a/Meta/lint-ci.sh +++ b/Meta/lint-ci.sh @@ -1,4 +1,4 @@ -#!/bin/bash +#!/usr/bin/env bash set -e |