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}"