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:
6f2c8f0
)
minor fix
author
Ian Kelling
<ian@iankelling.org>
Sat, 27 Jul 2024 09:25:58 +0000
(
05:25
-0400)
committer
Ian Kelling
<ian@iankelling.org>
Sat, 27 Jul 2024 09:25:58 +0000
(
05:25
-0400)
filesystem/usr/local/bin/btrbk-run
patch
|
blob
|
history
diff --git
a/filesystem/usr/local/bin/btrbk-run
b/filesystem/usr/local/bin/btrbk-run
index dcad541c3ad622258e337c75e98d2aa95faec1d0..47b35f54c8e91846a9799de8fed262aa8472fc55 100755
(executable)
--- a/
filesystem/usr/local/bin/btrbk-run
+++ b/
filesystem/usr/local/bin/btrbk-run
@@
-488,7
+488,7
@@
if ! $force && { $check_installed || [[ ! $source ]]; } ; then
btrbk-run
)
for f in ${install_bin_files[@]}; do
- if ! diff -q /a/bin/ds/$f /usr/local/bin/$f; then
+ if ! diff -q /a/bin/ds/
filesystem/usr/local/bin/
$f /usr/local/bin/$f; then
uninstalled-file-die $f
fi
done