From 4824c4fd9bc7e0c08aa9a29c74243d52b95bc066 Mon Sep 17 00:00:00 2001 From: Doug Turner Date: Tue, 7 Sep 2010 12:24:17 -0700 Subject: [PATCH] Backing out 2b912044dfe7. Bug 591866 - Temporary hack to add channel-prefs.js back to nightlies. a=me --- tools/update-packaging/common.sh | 1 + 1 file changed, 1 insertion(+) diff --git a/tools/update-packaging/common.sh b/tools/update-packaging/common.sh index 36cfd81078b..c5b60f40c4a 100755 --- a/tools/update-packaging/common.sh +++ b/tools/update-packaging/common.sh @@ -99,6 +99,7 @@ list_files() { count=0 find . -type f \ + ! -name "channel-prefs.js" \ ! -name "update.manifest" \ ! -name "temp-filelist" \ | sed 's/\.\/\(.*\)/\1/' \