ignore nonexistent files when deleting

Signed-off-by: Steven Armstrong <steven@icarus.ethz.ch>
remotes/origin/feature_files_export
Steven Armstrong 14 years ago
parent 71c33f4483
commit 4836504ad6
  1. 2
      conf/type/__file/gencode-remote

@ -49,6 +49,6 @@ if [ "$state_should" = "present" ]; then
fi
elif [ "$state_should" = "absent" ]; then
if [ "$exists" = "yes" ]; then
echo rm \"$destination\"
echo rm -f \"$destination\"
fi
fi

Loading…
Cancel
Save