Ver Fonte

use portable shebang line

Francisco Giordano há 8 anos atrás
pai
commit
bebe704688
1 ficheiros alterados com 1 adições e 1 exclusões
  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