Explorar el Código

use portable shebang line

Francisco Giordano hace 8 años
padre
commit
bebe704688
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. 1 1
      scripts/test.sh

+ 1 - 1
scripts/test.sh

@@ -1,4 +1,4 @@
-#!/bin/bash
+#!/usr/bin/env bash
 
 # Executes cleanup function at script exit.
 trap cleanup EXIT