Actions
Bug #37898
closedCopy to clipboard button copies script with HTML entities
Difficulty:
Triaged:
No
Description
When using the 'Copy to clipboard' button on the script that virt_who_configure gave me, it copied it to the clipboard with HTML entities. This causes an error when I try to run the script.
Lines like
[ "$1" = "$2" ] && return 1 || version_lte $1 $2
actually show up as
[ "$1" = "$2" ] && return 1 || version_lte $1 $2
and cause
./virt.sh: line 15: syntax error near unexpected token `;&' ./virt.sh: line 15: ` [ "$1" = "$2" ] && return 1 || version_lte $1 $2'
Updated by The Foreman Bot 29 days ago
- Status changed from New to Ready For Testing
- Assignee set to Lucy Fu
- Pull request https://github.com/theforeman/foreman_virt_who_configure/pull/206 added
Updated by Lucy Fu 24 days ago
- Status changed from Ready For Testing to Closed
Applied in changeset foreman_virt_who_configure|800a393498a6eeec170ccbb0349cd996a6aeb733.
Actions