... |
... |
@@ -36,7 +36,7 @@ specific_config_path="${HOME}/.config/fx-profile-wrapper/${invoked_name}.conf"
|
36 |
36 |
# Let users override this again through an environment variable:
|
37 |
37 |
[ -n "${FIREFOX_PATH}" ] && firefox_path="${FIREFOX_PATH}"
|
38 |
38 |
|
39 |
|
-# At least, launch that damn thing:
|
|
39 |
+# At last, launch that damn thing:
|
40 |
40 |
"${firefox_path}" ${firefox_extra_args} -profile ~/.mozilla/firefox/*${firefox_session} "$@"
|
41 |
41 |
# Users may also leverage firefox_extra_args to add arbitrary arguments, e.g.
|
42 |
42 |
# --please-dont-use-100-percent-CPU.
|