浏览代码

use portable shebang line

Francisco Giordano 8 年之前
父节点
当前提交
bebe704688
共有 1 个文件被更改,包括 1 次插入1 次删除
  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