* 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:
Rob Browning 2001-11-28 23:18:48 +00:00
parent 5622e77df8
commit e14e6e3945

View File

@ -0,0 +1,8 @@
#!/bin/sh
if test "${GNC_GUILE}"x = x
then
GNC_GUILE="@-GUILE-@"
fi
exec ${GNC_GUILE} "$@"