mirror of
https://github.com/Gnucash/gnucash.git
synced 2025-02-25 18:55:30 -06:00
* src/bin/overrides/guile.in: moved from ../.
git-svn-id: svn+ssh://svn.gnucash.org/repo/gnucash/trunk@6131 57a11ea4-9604-0410-9ed3-97b8803252fd
This commit is contained in:
parent
5622e77df8
commit
e14e6e3945
8
src/bin/overrides/guile.in
Normal file
8
src/bin/overrides/guile.in
Normal file
@ -0,0 +1,8 @@
|
|||||||
|
#!/bin/sh
|
||||||
|
|
||||||
|
if test "${GNC_GUILE}"x = x
|
||||||
|
then
|
||||||
|
GNC_GUILE="@-GUILE-@"
|
||||||
|
fi
|
||||||
|
|
||||||
|
exec ${GNC_GUILE} "$@"
|
Loading…
Reference in New Issue
Block a user