From 025a200c03c106b3a18329e39d1b259f28192620 Mon Sep 17 00:00:00 2001 From: Georg Baum Date: Sun, 16 Jul 2006 10:04:26 +0000 Subject: [PATCH] Fix bug 2524 * src/support/tests/test_convert: Change shell from bash to sh * src/support/tests/test_filetools: ditto * src/support/tests/test_lstrings: ditto * src/frontends/controllers/tests/test_biblio: ditto git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@14468 a592a061-630c-0410-9148-cb99ea01b6c8 --- src/frontends/controllers/tests/test_biblio | 2 +- src/support/tests/test_convert | 2 +- src/support/tests/test_filetools | 2 +- src/support/tests/test_lstrings | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) diff --git a/src/frontends/controllers/tests/test_biblio b/src/frontends/controllers/tests/test_biblio index 2d8d54ec01..54961feb44 100755 --- a/src/frontends/controllers/tests/test_biblio +++ b/src/frontends/controllers/tests/test_biblio @@ -1,4 +1,4 @@ -#!/bin/bash +#!/bin/sh regfile=`cat ${srcdir}/regfiles/biblio` output=`./biblio` diff --git a/src/support/tests/test_convert b/src/support/tests/test_convert index bbcafe42b9..07e1d45759 100755 --- a/src/support/tests/test_convert +++ b/src/support/tests/test_convert @@ -1,4 +1,4 @@ -#!/bin/bash +#!/bin/sh regfile=`cat ${srcdir}/regfiles/convert` output=`./convert` diff --git a/src/support/tests/test_filetools b/src/support/tests/test_filetools index e44c1b8607..e930a6714c 100755 --- a/src/support/tests/test_filetools +++ b/src/support/tests/test_filetools @@ -1,4 +1,4 @@ -#!/bin/bash +#!/bin/sh regfile=`cat ${srcdir}/regfiles/filetools` output=`./filetools` diff --git a/src/support/tests/test_lstrings b/src/support/tests/test_lstrings index 3d4adfdb1e..2db5bc8298 100755 --- a/src/support/tests/test_lstrings +++ b/src/support/tests/test_lstrings @@ -1,4 +1,4 @@ -#!/bin/bash +#!/bin/sh regfile=`cat ${srcdir}/regfiles/lstrings` output=`./lstrings` -- 2.39.2