Skip to content

Commit 18593ec

Browse files
committed
m4/sage_spkg_collect.m4: One more space
1 parent a9b3463 commit 18593ec

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

m4/sage_spkg_collect.m4

+1-1
Original file line numberDiff line numberDiff line change
@@ -330,7 +330,7 @@ AC_DEFUN([SAGE_SPKG_FINALIZE], [dnl
330330
])
331331
AS_IF([test -f "$DIR/dependencies_optional"], [dnl
332332
for a in $(sed 's/^ *//; s/ *#.*//; q' "$DIR/dependencies_optional"); do
333-
AS_VAR_APPEND([DEPS], ['$(findstring '$a',$(OPTIONAL_INSTALLED_PACKAGES)) '])
333+
AS_VAR_APPEND([DEPS], [' $(findstring '$a',$(OPTIONAL_INSTALLED_PACKAGES)) '])
334334
done
335335
])
336336
AS_CASE(["$DEPS"], [*\|*], [], [AS_VAR_APPEND([DEPS], [" |"])])

0 commit comments

Comments
 (0)