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