Sfoglia il codice sorgente

use portable shebang line

Francisco Giordano 8 anni fa
parent
commit
bebe704688
1 ha cambiato i file con 1 aggiunte e 1 eliminazioni
  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