-
Bug
-
Resolution: Done
-
Normal
-
None
-
None
-
False
-
-
False
-
0
-
Phoenix - Content
-
-
-
Sprint 140, Sprint 141
-
None
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'
There are no Sub-Tasks for this issue.