Kaynağa Gözat

use portable shebang line

Francisco Giordano 8 yıl önce
ebeveyn
işleme
bebe704688
1 değiştirilmiş dosya ile 1 ekleme ve 1 silme
  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