Explorar o código

Meta: Replace /bin/env with /usr/bin/envin serenity.sh shebang

This is more portable.
Linus Groh %!s(int64=4) %!d(string=hai) anos
pai
achega
a48d365046
Modificáronse 1 ficheiros con 2 adicións e 1 borrados
  1. 2 1
      Meta/serenity.sh

+ 2 - 1
Meta/serenity.sh

@@ -1,4 +1,5 @@
-#!/bin/env bash
+#!/usr/bin/env bash
+
 set -e
 
 ARG0=$0