Forgot that Travis wouldn't have the hack-assist folder.

Relates to issue #19
This commit is contained in:
Raphael Reitzig 2018-07-19 01:31:13 +02:00
parent 88c81dc479
commit be5efd6aaf

View file

@ -18,6 +18,7 @@ end
# Hack for issue #19: Create version of sdkman-init that doesn't export
# any environment variables.
if not test -f "$__fish_sdkman_noexport_init"
mkdir -p (dirname $__fish_sdkman_noexport_init)
sed -e 's/^\(\s*\).*\(export\|to_path\).*$/\1:/g' "$__fish_sdkman_init" \
> $__fish_sdkman_noexport_init
end