mirror of
https://git.lyx.org/repos/lyx.git
synced 2025-01-19 05:53:35 +00:00
Fix bug 2524 (From Georg Baum)
* src/support/tests/test_convert: Change shell from bash to sh * src/support/tests/test_lstrings: ditto git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/branches/BRANCH_1_4_X@14563 a592a061-630c-0410-9148-cb99ea01b6c8
This commit is contained in:
parent
c9706f7256
commit
11c8752fc9
@ -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/lstrings`
|
||||
output=`./lstrings`
|
||||
|
Loading…
x
Reference in New Issue
Block a user