mirror of
https://git.lyx.org/repos/lyx.git
synced 2024-11-22 10:00:33 +00:00
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
This commit is contained in:
parent
00c37e4781
commit
025a200c03
@ -1,4 +1,4 @@
|
||||
#!/bin/bash
|
||||
#!/bin/sh
|
||||
|
||||
regfile=`cat ${srcdir}/regfiles/biblio`
|
||||
output=`./biblio`
|
||||
|
@ -1,4 +1,4 @@
|
||||
#!/bin/bash
|
||||
#!/bin/sh
|
||||
|
||||
regfile=`cat ${srcdir}/regfiles/convert`
|
||||
output=`./convert`
|
||||
|
@ -1,4 +1,4 @@
|
||||
#!/bin/bash
|
||||
#!/bin/sh
|
||||
|
||||
regfile=`cat ${srcdir}/regfiles/filetools`
|
||||
output=`./filetools`
|
||||
|
@ -1,4 +1,4 @@
|
||||
#!/bin/bash
|
||||
#!/bin/sh
|
||||
|
||||
regfile=`cat ${srcdir}/regfiles/lstrings`
|
||||
output=`./lstrings`
|
||||
|
Loading…
Reference in New Issue
Block a user