From 3069b6c16e538e4298755d93e512d0ac80841834 Mon Sep 17 00:00:00 2001 From: Jan Pokorný Date: Mon, 8 Apr 2013 13:39:07 +0200 Subject: Further firefox settings enhancement: fix + colors + fonts MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Jan Pokorný --- scripts/firstrun/10-firefox | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'scripts/firstrun/10-firefox') diff --git a/scripts/firstrun/10-firefox b/scripts/firstrun/10-firefox index ace9bd3..cdc4179 100644 --- a/scripts/firstrun/10-firefox +++ b/scripts/firstrun/10-firefox @@ -30,7 +30,7 @@ done for plugin in $plugins_extra; do ${WGET} "${plugin}" - firefox "$(echo "${plugin_extra}" | sed 's|.*/\([^/]\+\)|\1|')" & + firefox "$(echo "${plugin}" | sed 's|.*/\([^/]\+\)|\1|')" & done # searches -- cgit