Allow user to set and unset path property of variables

This adds flags --path and --unpath to builtin set, analogous to
--export and --unexport. These flags change whether a variable is
marked as a path variable.

Universal variables cannot yet be path variables.
This commit is contained in:
ridiculousfish
2018-10-06 20:22:35 -07:00
parent 5947aa0171
commit f4d666f56c
4 changed files with 47 additions and 6 deletions

View File

@@ -21,4 +21,4 @@ echo $$paren
# Test tilde expansion
####################
# Test delimiters
# Test path variables