From 950791306b7b3d9f526286c86e4c7b63e6c45913 Mon Sep 17 00:00:00 2001 From: Aelius <4342746+AeliusSaionji@users.noreply.github.com> Date: Wed, 4 Apr 2018 15:28:06 -0400 Subject: [PATCH] remove minor bashism from /etc/profile Noticed this when using `dash` as my shell. https://wiki.ubuntu.com/DashAsBinSh#source --- filesystem/profile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/filesystem/profile b/filesystem/profile index afaa1cb1..1f5b85b7 100644 --- a/filesystem/profile +++ b/filesystem/profile @@ -45,7 +45,7 @@ case "${MSYS2_PATH_TYPE:-minimal}" in esac unset MINGW_MOUNT_POINT -source '/etc/msystem' +. '/etc/msystem' case "${MSYSTEM}" in MINGW32) MINGW_MOUNT_POINT="${MINGW_PREFIX}"