mirror of
https://github.com/natelandau/shell-scripting-templates.git
synced 2025-11-08 13:13:47 -05:00
_setPATH_ no longer fails if path not found
This commit is contained in:
@@ -411,7 +411,7 @@ _setPATH_() {
|
||||
fi
|
||||
else
|
||||
debug "_setPATH_: can not find: ${_newPath}"
|
||||
return 0
|
||||
continue
|
||||
fi
|
||||
done
|
||||
return 0
|
||||
|
||||
@@ -114,7 +114,7 @@ _setPATH_() {
|
||||
fi
|
||||
else
|
||||
debug "_setPATH_: can not find: ${_newPath}"
|
||||
return 0
|
||||
continue
|
||||
fi
|
||||
done
|
||||
return 0
|
||||
|
||||
Reference in New Issue
Block a user