changed if statement:

from if [  !=  ];
to
if [  ];
remotes/origin/4.0
Dominique Roux 10 years ago
parent 672aa13316
commit 62e1ecdd08
  1. 2
      cdist/conf/type/__pacman_conf/manifest

@ -54,7 +54,7 @@ contains_element() {
MATCH=0
}
if [ "${file}" != "" ]; then
if [ "${file}" ]; then
__file "${sec_path}/plain_file_${file}"\
--state exists --mode 666

Loading…
Cancel
Save