From 60edf698fe51214cf9eb2252bd23bc2c5b38c734 Mon Sep 17 00:00:00 2001 From: Rob Muhlestein Date: Sun, 7 Apr 2024 12:20:45 -0400 Subject: [PATCH] fix path for shellcheck --- scripts/path | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/path b/scripts/path index 41a4fec..9e86256 100755 --- a/scripts/path +++ b/scripts/path @@ -1,2 +1,2 @@ #!/usr/bin/env bash -echo -e ${PATH//:/\\n} +echo -e "${PATH//:/\\n}"