(Arne Babenhauserheide)
2014-12-02: generalized the shell-call to guile: It gets the parentdir from $0. generalized the shell-call to guile: It gets the parentdir from $0.
diff --git a/examples/ensemble-estimation.w b/examples/ensemble-estimation.w --- a/examples/ensemble-estimation.w +++ b/examples/ensemble-estimation.w @@ -1,5 +1,5 @@ #!/usr/bin/env sh -exec guile -L ~/wisp --language=wisp -e '(@@ (examples ensemble-estimation) main)' -s "$0" "$@" +exec guile -L $(dirname $(dirname $(realpath "$0"))) --language=wisp -e '(@@ (examples ensemble-estimation) main)' -s "$0" "$@" ; !# ;; Simple Ensemble Square Root Filter to estimate function parameters