mirror of
https://git.hardenedbsd.org/hardenedbsd/HardenedBSD.git
synced 2025-01-11 17:04:19 +01:00
Remove unused variables.
This commit is contained in:
parent
a185dd378c
commit
7de72ac1f8
Notes:
svn2git
2020-12-20 02:59:44 +00:00
svn path=/head/; revision=250320
@ -260,8 +260,7 @@ if [ "$SHOW_INCLUDES" ]; then
|
||||
include_file_list=
|
||||
for file in $file_list; do
|
||||
include_file_list="$include_file_list $(
|
||||
awk -v file="$file" -v item="${file%%/*}" \
|
||||
"$print_includes_awk" $file
|
||||
awk "$print_includes_awk" $file
|
||||
)"
|
||||
done
|
||||
|
||||
@ -279,8 +278,7 @@ if [ "$SHOW_INCLUDES" ]; then
|
||||
#
|
||||
for file in $include_file_list; do
|
||||
include_file_list="$include_file_list $(
|
||||
awk -v file="$file" -v item="${file%%/*}" \
|
||||
"$print_includes_awk" $BSDCFG_SHARE/$file
|
||||
awk "$print_includes_awk" $BSDCFG_SHARE/$file
|
||||
)"
|
||||
done
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user