diff options
Diffstat (limited to 'scripts')
| -rwxr-xr-x | scripts/runqemu | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/scripts/runqemu b/scripts/runqemu index b09cf1ceb8..cd9443595b 100755 --- a/scripts/runqemu +++ b/scripts/runqemu | |||
| @@ -728,6 +728,8 @@ class BaseConfig(object): | |||
| 728 | k_upper = k.upper() | 728 | k_upper = k.upper() |
| 729 | if v.startswith("../"): | 729 | if v.startswith("../"): |
| 730 | v = os.path.abspath(os.path.dirname(self.qemuboot) + "/" + v) | 730 | v = os.path.abspath(os.path.dirname(self.qemuboot) + "/" + v) |
| 731 | elif v == ".": | ||
| 732 | v = os.path.dirname(self.qemuboot) | ||
| 731 | self.set(k_upper, v) | 733 | self.set(k_upper, v) |
| 732 | 734 | ||
| 733 | def validate_paths(self): | 735 | def validate_paths(self): |
