aboutsummaryrefslogtreecommitdiff
path: root/arch-tmpfiles
diff options
context:
space:
mode:
Diffstat (limited to 'arch-tmpfiles')
-rwxr-xr-xarch-tmpfiles4
1 files changed, 2 insertions, 2 deletions
diff --git a/arch-tmpfiles b/arch-tmpfiles
index c646ecd..f133a40 100755
--- a/arch-tmpfiles
+++ b/arch-tmpfiles
@@ -49,7 +49,7 @@ _f() {
fi
if [[ ! -e $path ]]; then
- install -m"$mode" -o"$uid" -g"$gid" <(:) "$path"
+ install -m"$mode" -o"$uid" -g"$gid" /dev/null "$path"
fi
}
@@ -64,7 +64,7 @@ _F() {
return
fi
- install -m"$mode" -o"$uid" -g"$gid" <(:) "$path"
+ install -m"$mode" -o"$uid" -g"$gid" /dev/null "$path"
}
_d() {