File: 0006-Use-bash-for-test-script-portablitity.patch

package info (click to toggle)
libzstd 1.5.7%2Bdfsg-1.1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 10,352 kB
  • sloc: ansic: 89,030; sh: 3,788; python: 3,466; cpp: 2,927; makefile: 2,329; asm: 390
file content (16 lines) | stat: -rw-r--r-- 386 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
From: Kevin Murray <spam@kdmurray.id.au>
Date: Mon, 14 Nov 2016 11:54:32 +1100
Subject: Use bash for test script portablitity

---
 tests/playTests.sh | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

--- a/tests/playTests.sh
+++ b/tests/playTests.sh
@@ -1,4 +1,4 @@
-#!/bin/sh
+#!/bin/bash
 
 set -e # exit immediately on error
 # set -x # print commands before execution (debug)