Parcourir la source

use portable shebang line

Francisco Giordano il y a 8 ans
Parent
commit
bebe704688
1 fichiers modifiés avec 1 ajouts et 1 suppressions
  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