Browse Source

use portable shebang line

Francisco Giordano 8 years ago
parent
commit
bebe704688
1 changed files with 1 additions and 1 deletions
  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