YAML query tool added

This commit is contained in:
2022-01-18 18:03:49 +01:00
parent 1ca5be0950
commit 045450f96e
2 changed files with 1 additions and 1 deletions
Executable
BIN
View File
Binary file not shown.
+1 -1
View File
@@ -500,7 +500,7 @@ pmodules::install() {
test -e "${PMODULES_ROOT}/${CONFIG_DIR}/Pmodules.conf" || \
install -m 0644 "${SRC_DIR}/Pmodules.conf" "${PMODULES_ROOT}/${CONFIG_DIR}"
install -m 0755 "${SRC_DIR}/yq" "${PMODULES_HOME}/libexec"
install -m 0644 "${SRC_DIR}/bash" "${PMODULES_HOME}/init"
install -m 0644 "${SRC_DIR}/bash_completion" "${PMODULES_HOME}/init"
install -m 0644 "${SRC_DIR}/csh" "${PMODULES_HOME}/init"