many pervasive clean-ups
[feisty_meow.git] / nucleus / applications / bundler / bundle_creator.cpp
index 533a45e2e5f977e4c81881422db58538516f9730..17a2a8d03f2de60be4adf4158c61128f6924ac1a 100644 (file)
@@ -748,7 +748,7 @@ astring bundle_creator::determine_stub_file_and_validate()
 #ifdef __WIN32__
   astring stub_filename("unpacker_stub.exe");
 #endif
-  astring repo_dir = "$RUNTIME_DIR";
+  astring repo_dir = "$RUNTIME_PATH";
   astring stub_file = parser_bits::substitute_env_vars
       (repo_dir + "/binaries/" + stub_filename, false);
   if (!filename(stub_file).exists()) {