mirror of
https://github.com/gryf/pentadactyl-pm.git
synced 2026-02-22 05:25:46 +01:00
Improve the help formatting with generous and ugly use of struts. Unfortunately, the HTML box model doesn't lend itself to automatic Vim-ish formatting.
--HG-- branch : xslt
This commit is contained in:
@@ -53,6 +53,6 @@ do
|
||||
done
|
||||
|
||||
[ -f "$top/$jar" ] && rm -f "$top/$jar"
|
||||
(set -e; cd $stage; zip -r "$top/$jar" *) || exit 1
|
||||
(set -e; cd $stage; zip -9r "$top/$jar" *) || exit 1
|
||||
rm -rf "$stage"
|
||||
|
||||
|
||||
Reference in New Issue
Block a user