Skip to content

Commit

Permalink
Do not mix strings and arrays
Browse files Browse the repository at this point in the history
Signed-off-by: Alberto Planas <[email protected]>
  • Loading branch information
aplanas committed May 16, 2024
1 parent 63bc68c commit 0de4265
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion sbin/transactional-update.in
Original file line number Diff line number Diff line change
Expand Up @@ -1224,7 +1224,7 @@ if [ -f ${STATE_FILE} ]; then
fi

log_info "transactional-update @VERSION@ started"
log_info "Options: ${ORIG_ARGS[@]}"
log_info "Options: ${ORIG_ARGS[*]}"

SNAPPER_VERSION=$(snapper --version | head -1 | cut -d ' ' -f 2)
if [ -n "${BASE_SNAPSHOT_ID}" ] && [ "$(zypper --terse versioncmp "$SNAPPER_VERSION" 0.8.4)" -lt 0 ]; then
Expand Down

0 comments on commit 0de4265

Please sign in to comment.