We use cookies to ensure you get the best experience on our website
This website works better with JavaScript
Inicio
Explorar
Axuda
Rexistro
Iniciar sesión
0ct0pu5
/
ladybird
Seguir
1
Destacar
0
Fork
0
Ficheiros
Incidencias
0
Pull Requests
0
Wiki
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
45f97c1096
achega
a48d365046
Modificáronse 1 ficheiros
con
2 adicións
e
1 borrados
Dividir vista
Mostrar estatísticas de Diff
2
1
Meta/serenity.sh
+ 2
- 1
Meta/serenity.sh
Ver ficheiro
@@ -1,4 +1,5 @@
-#!/bin/env bash
+#!/usr/bin/env bash
+
set -e
ARG0=$0