shellcheck, better automated upgrades
[distro-setup] / path_add-function
index 540306ca03f0d8aed9af772b7840696f38973fce..f2f4299ea4c3399741022303d5b5f4ad4f853e3a 100644 (file)
@@ -22,7 +22,7 @@ path_add() {
 --help:     print this
 --end:      adds to end of path, which will give it lowest priority
 --ifexists: add to path only if directory exists"
-    local found x y ifexists end loop newpath
+    local found x y ifexists end loop newpath
     ifexists=false
     end=false
     loop=true