Quote "$PATH"

This commit is contained in:
The Magician 2023-11-21 11:54:42 +00:00
parent 0405ec7023
commit c2cba29bb1
1 changed files with 1 additions and 1 deletions

2
path
View File

@ -1,3 +1,3 @@
#!/bin/sh
echo $PATH | tr ':' '\n'
echo "$PATH" | tr ':' '\n'