# HG changeset patch # User Jan Nieuwenhuizen # Date 1296761643 -3600 # Node ID f2d9eb6f244294ef3691e5fea7896ab1897932ba # Parent beb7a91631b52230439107a8644dd23aec7ee29b sharhead: add workaround for schikkers list/guile-1.9. diff -r beb7a91631b5 -r f2d9eb6f2442 sourcefiles/sharhead.sh --- a/sourcefiles/sharhead.sh Thu Feb 03 20:32:23 2011 +0100 +++ b/sourcefiles/sharhead.sh Thu Feb 03 20:34:03 2011 +0100 @@ -176,6 +176,10 @@ fi me=${backquote}basename ${dollar}0${backquote} +if test "${dollar}me" = "schikkers-list"; then + unset GDK_PIXBUF_MODULE_FILE # segfault + cd "${dollar}{INSTALLER_PREFIX}"/bin && exec ${dollar}(pwd)/guile --debug -e main -s ${dollar}(pwd)/${dollar}me $expandargs +fi exec "${dollar}{INSTALLER_PREFIX}/bin/${dollar}me" $expandargs EOF