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 /Ports/vim | |
parent | 2fe6a313c2a3824da6cf5c5589bfb9ba461086fb (diff) | |
download | serenity-0bf5669ba3a7bcdcf7db913c25e56a9d32e180b1.zip |
Meta: Get building on NixOS (#5005)
Diffstat (limited to 'Ports/vim')
-rwxr-xr-x | Ports/vim/package.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Ports/vim/package.sh b/Ports/vim/package.sh index 911899e613..2e0103d76c 100755 --- a/Ports/vim/package.sh +++ b/Ports/vim/package.sh @@ -1,4 +1,4 @@ -#!/bin/bash ../.port_include.sh +#!/usr/bin/env -S bash ../.port_include.sh port=vim version=git workdir=vim-master |