Signed-off-by: Dave Reisner <[email protected]>
---
Slightly less readable, but more correct.

 arch-tmpfiles |    2 +-
 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)
 
-- 
1.7.8.1

Reply via email to