Skip to content

Commit

Permalink
changed if statement:
Browse files Browse the repository at this point in the history
from if [  !=  ];
to
if [  ];
  • Loading branch information
dominiqueroux committed May 19, 2015
1 parent 672aa13 commit 62e1ecd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cdist/conf/type/__pacman_conf/manifest
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ contains_element() {
MATCH=0
}

if [ "${file}" != "" ]; then
if [ "${file}" ]; then
__file "${sec_path}/plain_file_${file}"\
--state exists --mode 666

Expand Down

0 comments on commit 62e1ecd

Please sign in to comment.