Skip to content

Commit

Permalink
[apas-categories_extract.sh] Make sure to catch all content
Browse files Browse the repository at this point in the history
  • Loading branch information
Olf0 authored Mar 24, 2024
1 parent 0f3ca56 commit 890cd8a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .fdo_menu-spec_apas/apas-categories_extract.sh
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ do
else k=""
fi
fi
l="$(printf %s "$line" | cut -s -f 3)"
l="$(printf %s "$line" | cut -s -f 3-)"
if [ -n "$l" ]
then
if [ -n "$(printf %s "$l" | tr -d '[:blank:]')" ]
Expand Down

0 comments on commit 890cd8a

Please sign in to comment.