aboutsummaryrefslogtreecommitdiff
path: root/arch-tmpfiles
diff options
context:
space:
mode:
Diffstat (limited to 'arch-tmpfiles')
-rwxr-xr-xarch-tmpfiles2
1 files changed, 1 insertions, 1 deletions
diff --git a/arch-tmpfiles b/arch-tmpfiles
index 859abe5..a5eb535 100755
--- a/arch-tmpfiles
+++ b/arch-tmpfiles
@@ -242,7 +242,7 @@ while read -d '' fragment; do
[[ ${line[3]} = '-' ]] && line[3]=0
[[ ${line[4]} = '-' ]] && line[4]=0
- _${line[0]} "${line[@]:1}"
+ "_${line[@]}"
done <"$FILE"
done < <(printf '%s\0' "${!fragments[@]}" | sort -z)