From 37d4d1f5701191e619bebe7dad3b4b9b50480846 Mon Sep 17 00:00:00 2001 From: Christian Battaglia Date: Tue, 28 Jan 2020 20:37:59 +0000 Subject: [PATCH] Update migrating.md --- manual/src/migrating.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/manual/src/migrating.md b/manual/src/migrating.md index f8ff3b15..d5ef8b05 100644 --- a/manual/src/migrating.md +++ b/manual/src/migrating.md @@ -3,7 +3,7 @@ ## Notable changes - Arrays are full-class citizens, using the @ sigil. That means emails and git urls must be single quoted - The shell has proper scopes (variables get unset after the end of the definition scope), and functions are closures - - The shell has an internal variable store. That means environment variables must be explicitely exported to be available to commands. + - The shell has an internal variable store. That means environment variables must be explicitly exported to be available to commands. - For now, per-command environment variables are not supported (ex: `LANG=it_CH.utf8 man man`) - The testing builtin (`[[ .. ]]`) was replaced with `test`, `exists`, and/or other commands - The control flow have been revisited, see the relevant part of the manual -- GitLab