Browse Source

use portable shebang line

Francisco Giordano 8 năm trước cách đây
mục cha
commit
bebe704688
1 tập tin đã thay đổi với 1 bổ sung1 xóa
  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