From d34ba541fd280b66a995d9b06ee2974f30584d98 Mon Sep 17 00:00:00 2001 From: Pengfei Date: Sat, 7 Aug 2021 10:49:34 +0800 Subject: [PATCH] Fix for NAND titles in threeSDumper Otherwise there might be multiple copies of them after system updates --- dist/threeSDumper.gm9 | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/dist/threeSDumper.gm9 b/dist/threeSDumper.gm9 index c89d72d..a59d0b7 100644 --- a/dist/threeSDumper.gm9 +++ b/dist/threeSDumper.gm9 @@ -139,9 +139,10 @@ cp -w -n "1:/data/$[SYSID0]/sysdata" $[OUT]/data/sysdata rm $[OUT]/data/sysdata/00010017 # === Other system titles -if not find $[OUT]/title NULL - mkdir $[OUT]/title +if find $[OUT]/title NULL + rm $[OUT]/title end +mkdir $[OUT]/title # System Applications if not find $[OUT]/title/00040010 NULL