Compare commits
2 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
39a7e7b40f | ||
|
|
6d5d872b71 |
@@ -7,6 +7,9 @@ Current version from Geoffray Levasseur <fatalerrors@geoffray-levasseur.org>
|
|||||||
------------------------------------------------------------------------------
|
------------------------------------------------------------------------------
|
||||||
Version history:
|
Version history:
|
||||||
------------------------------------------------------------------------------
|
------------------------------------------------------------------------------
|
||||||
|
# 05/03/2026 v3.6.1
|
||||||
|
Fix a typo in compress.sh
|
||||||
|
|
||||||
# 05/03/2026 v3.6.0
|
# 05/03/2026 v3.6.0
|
||||||
Improved utaz to make it multiformat with lot of it
|
Improved utaz to make it multiformat with lot of it
|
||||||
Introduced ppu and ppn
|
Introduced ppu and ppn
|
||||||
|
|||||||
@@ -261,7 +261,8 @@ utaz()
|
|||||||
command -v ${cmd} >/dev/null 2>&1 || {
|
command -v ${cmd} >/dev/null 2>&1 || {
|
||||||
disp E "Binary ${cmd} necessary to extract ${f} is missing."
|
disp E "Binary ${cmd} necessary to extract ${f} is missing."
|
||||||
continue
|
continue
|
||||||
}
|
}
|
||||||
|
fi
|
||||||
|
|
||||||
disp I "Processing archive ${f} with ${extractor}..."
|
disp I "Processing archive ${f} with ${extractor}..."
|
||||||
mkdir -p "${dir}"
|
mkdir -p "${dir}"
|
||||||
|
|||||||
Reference in New Issue
Block a user