summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLuke Shumaker <lukeshu@sbcglobal.net>2017-01-28 02:59:42 -0500
committerLuke Shumaker <lukeshu@sbcglobal.net>2017-01-28 02:59:42 -0500
commitaab8b529051382be3c9e2f8641ef92568d17ef20 (patch)
tree327cc303dee02b721993290b2a36070731cff85b
parent8b6b170f763a27ff7fa5bff3fb66d09eb3b7a102 (diff)
initial fix of obvious problems
-rwxr-xr-xdrain4
1 files changed, 2 insertions, 2 deletions
diff --git a/drain b/drain
index c557823..594fc3b 100755
--- a/drain
+++ b/drain
@@ -12,7 +12,7 @@ watchdirs=(
/etc
/usr/share/holo/files
)
-readonly dirs
+readonly watchdirs
pacman-watched-name-ver-dirs() {
local dir dirs
@@ -57,7 +57,7 @@ commit() (
err=true
fi
files+=("$file $dirs")
- done < <(pacman-watched-name-arch-ver-dirs
+ done < <(pacman-watched-name-arch-ver-dirs)
if $err; then
return 1
fi