From a7cc274e2fa2f4cd73ab3245ca2e38c7ffd47293 Mon Sep 17 00:00:00 2001 From: Zhiming Wang Date: Fri, 8 Jan 2016 12:29:32 -0800 Subject: Markdown source files: Revert YAML closing line from ... to --- GFM doesn't support closing with ..., and the rendered results are less than satisfactory. --- source/blog/2015-11-25-bash-function-exporting-fiasco.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'source/blog/2015-11-25-bash-function-exporting-fiasco.md') diff --git a/source/blog/2015-11-25-bash-function-exporting-fiasco.md b/source/blog/2015-11-25-bash-function-exporting-fiasco.md index eda0c914..37246a0d 100644 --- a/source/blog/2015-11-25-bash-function-exporting-fiasco.md +++ b/source/blog/2015-11-25-bash-function-exporting-fiasco.md @@ -2,7 +2,7 @@ title: "Bash function exporting fiasco" date: 2015-11-25T15:38:13-08:00 date_display: November 25, 2015 -... +--- Bash is the only major shell (and the only shell that I know of) that implements function exporting. By now everyone should have heard of this feature, I suppose, after the publicity of Shellshock last year. I was personally introduced to it while writing parallel processing scripts [with GNU Parallel](https://www.gnu.org/software/parallel/parallel_tutorial.html#Transfer-environment-variables-and-functions) (long before Shellshock), and it seemed useful and clever at that time. Back then I often wondered why it didn't make its way into Z shell. However, now that I'm much more seasoned in shell scripting, I can see why and how this feature is troubled and of debatable value. -- cgit v1.2.1