commit | f04f59c9fc6b1b2eda53b4f6a51fa8e9e9d6cf6b | [log] [download] |
---|---|---|
author | James Stanley <james@incoherency.co.uk> | Wed Feb 24 15:09:48 2010 +0300 |
committer | Kir Kolyshkin <kir@openvz.org> | Wed Feb 24 15:12:01 2010 +0300 |
tree | 7615c30963c2d2cd1cce03e5786d0242707c00b8 | |
parent | 484afba08d2cb43b608c59c137a7248883ec5a63 [diff] |
vzmigrate: fix export statement in dash The export command fails when dash is the default shell instead of bash. tigereye:/srv/vz/private# vzmigrate -r no --keep-dst --online kunzit 1 OPT:-r OPT:--keep-dst OPT:--online OPT:kunzit export: 289: -c: bad variable name The solution is to add quotes around the value in the export line. http://bugzilla.openvz.org/1394