[LTP] [PATCH] network: fix export for some non-bash shells

Petr Vorel pvorel@suse.cz
Tue Jan 10 15:34:44 CET 2017


Hi there,

> -export FOO=${FOO:-"foo with spaces"}
> +export "FOO=${FOO:-foo with spaces}"
Sorry I ment:
+export FOO="${FOO:-foo with spaces}"


Kind regards,
Petr


More information about the ltp mailing list