Browse Source

Fix typo in installer

Hamilton Turner 11 years ago
parent
commit
c667ea0ff3
1 changed files with 1 additions and 1 deletions
  1. 1 1
      toolset/setup/linux/installer.py

+ 1 - 1
toolset/setup/linux/installer.py

@@ -329,7 +329,7 @@ EOF
       command = "yes yes | " + command
         
     rel_cwd = setup_util.path_relative_to_root(cwd)
-    print("INSTALL: %s (cwd=$FWROOT/%s)" % (command, rel_cwd))
+    print("INSTALL: %s (cwd=$FWROOT%s)" % (command, rel_cwd))
 
     while attempt <= max_attempts:
       error_message = ""