Skip to content
This repository was archived by the owner on Apr 25, 2024. It is now read-only.

Commit bdfb3fe

Browse files
committed
Depend on iniq v0.3.0
1 parent d0eca49 commit bdfb3fe

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

auto-inhibit.in

+2-2
Original file line numberDiff line numberDiff line change
@@ -107,14 +107,14 @@ case "$1" in
107107
;;
108108
generate)
109109
check_config
110-
for f in $(iniq -d "$CONFIG"); do
110+
for f in $(iniq "$CONFIG"); do
111111
ln -vs "$INHIBITOR" "$symdir/$f"
112112
done
113113
;;
114114
check)
115115
check_config
116116
r=0
117-
for f in $(iniq -d "$CONFIG"); do
117+
for f in $(iniq "$CONFIG"); do
118118
err=''
119119
if [[ ! -e "$symdir/$f" ]]; then
120120
err="$f does not exist"

0 commit comments

Comments
 (0)