From 03bf83eac58cf8750100a7ae4853bf1234ecfdf5 Mon Sep 17 00:00:00 2001 From: tokiclover Date: Fri, 26 Sep 2014 10:39:05 +0200 Subject: [PATCH] modules/firefox-profile: minor fix --- modules/firefox-profile/functions/fhp | 1 + 1 file changed, 1 insertion(+) diff --git a/modules/firefox-profile/functions/fhp b/modules/firefox-profile/functions/fhp index 894ffa83..192809c2 100644 --- a/modules/firefox-profile/functions/fhp +++ b/modules/firefox-profile/functions/fhp @@ -36,6 +36,7 @@ if [[ -f $profile/.unpacked ]] { return } +compressor=$compressor[(w)1] if [[ -f $profile$ext ]] { $compressor -cd $profile$ext | tar -xp && touch $profile/.unpacked (( $? )) && die "failed to unpack the profile"