bash -> sh

This commit is contained in:
pithikos 2015-03-06 16:12:28 +00:00
parent 746cf897c3
commit 6f9eb31a87
7 changed files with 7 additions and 7 deletions

View File

@ -1,4 +1,4 @@
#! /bin/bash
#! /bin/sh
#
# This file should be included by other shell scripts that

View File

@ -1,4 +1,4 @@
#! /bin/bash
#! /bin/sh
#
# This file has several tests to check for memory leaks.

View File

@ -1,4 +1,4 @@
#! /bin/bash
#! /bin/sh
#
# This will run all tests for a simple compilation

View File

@ -1,4 +1,4 @@
#! /bin/bash
#! /bin/sh
#
# This file will run all tests but with a binary that has

View File

@ -1,4 +1,4 @@
#! /bin/bash
#! /bin/sh
#
# This file has several tests to check for memory leaks.

View File

@ -1,4 +1,4 @@
#! /bin/bash
#! /bin/sh
#
# This file has several functional tests similar to what a user

View File

@ -1,4 +1,4 @@
#! /bin/bash
#! /bin/sh
#
# This file has several tests to check for memory leaks.