-r would fail with a bash syntax error.  This bug has existed ever
since this feature was introduced.

Signed-off-by: Ian Jackson <ian.jack...@eu.citrix.com>
---
 mg-repro-setup | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/mg-repro-setup b/mg-repro-setup
index 37ccb59d..6ed4d85e 100755
--- a/mg-repro-setup
+++ b/mg-repro-setup
@@ -108,7 +108,7 @@ adjrunvar () {
 for arg in "${adjustsets[@]}"; do
        case "$arg" in
        !*|^*)  delrunvar "${arg#?}"            ;;
-       *=*)    adjrunvar "${arg%%=*}" "{$arg#*=}"      ;;
+       *=*)    adjrunvar "${arg%%=*}" "${arg#*=}"      ;;
        *)      bad-adjuistset-pattern                  ;;
        esac
 done
-- 
2.11.0


_______________________________________________
Xen-devel mailing list
Xen-devel@lists.xenproject.org
https://lists.xenproject.org/mailman/listinfo/xen-devel

Reply via email to