mirror of
https://github.com/Pithikos/C-Thread-Pool
synced 2024-11-22 05:31:18 +03:00
bash -> sh
This commit is contained in:
parent
746cf897c3
commit
6f9eb31a87
@ -1,4 +1,4 @@
|
||||
#! /bin/bash
|
||||
#! /bin/sh
|
||||
|
||||
#
|
||||
# This file should be included by other shell scripts that
|
||||
|
@ -1,4 +1,4 @@
|
||||
#! /bin/bash
|
||||
#! /bin/sh
|
||||
|
||||
#
|
||||
# This file has several tests to check for memory leaks.
|
||||
|
@ -1,4 +1,4 @@
|
||||
#! /bin/bash
|
||||
#! /bin/sh
|
||||
|
||||
#
|
||||
# This will run all tests for a simple compilation
|
||||
|
@ -1,4 +1,4 @@
|
||||
#! /bin/bash
|
||||
#! /bin/sh
|
||||
|
||||
#
|
||||
# This file will run all tests but with a binary that has
|
||||
|
@ -1,4 +1,4 @@
|
||||
#! /bin/bash
|
||||
#! /bin/sh
|
||||
|
||||
#
|
||||
# This file has several tests to check for memory leaks.
|
||||
|
@ -1,4 +1,4 @@
|
||||
#! /bin/bash
|
||||
#! /bin/sh
|
||||
|
||||
#
|
||||
# This file has several functional tests similar to what a user
|
||||
|
@ -1,4 +1,4 @@
|
||||
#! /bin/bash
|
||||
#! /bin/sh
|
||||
|
||||
#
|
||||
# This file has several tests to check for memory leaks.
|
||||
|
Loading…
Reference in New Issue
Block a user