projects
/
fgen.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
a6e6ffa
)
Remove commented and unused code
author
Hugo Villeneuve
<hugo@hugovil.com>
Fri, 6 Oct 2023 02:55:22 +0000
(22:55 -0400)
committer
Hugo Villeneuve
<hugo@hugovil.com>
Sat, 7 Oct 2023 15:45:53 +0000
(11:45 -0400)
fgen.sh
patch
|
blob
|
history
diff --git
a/fgen.sh
b/fgen.sh
index
05cbb1d
..
07507d7
100755
(executable)
--- a/
fgen.sh
+++ b/
fgen.sh
@@
-145,7
+145,6
@@
layers=${dest}/layers.txt
if [ ! -d ${dest} ]; then
mkdir ${dest}
- # rm -rf ${dest}
fi
for tool in convert composite identify; do