iankelling.org
/
git
/
distro-setup
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
ef70857
)
fix syntax error
author
Ian Kelling
<ian@iankelling.org>
Mon, 11 Mar 2024 03:45:56 +0000
(23:45 -0400)
committer
Ian Kelling
<ian@iankelling.org>
Mon, 11 Mar 2024 03:45:56 +0000
(23:45 -0400)
btrbk-run
patch
|
blob
|
history
diff --git
a/btrbk-run
b/btrbk-run
index 1ca6f57ab2d4092e0b98862caa0f6380113046ab..79ace6a17341d16ee3be575b5f03c8aa2afb0fde 100644
(file)
--- a/
btrbk-run
+++ b/
btrbk-run
@@
-496,6
+496,7
@@
if $verbose; then
printf "%s" "$opt"
else
printf " %s" "$opt"
+ fi
done
echo
fi