Radish alpha
H
HardenedBSD Package Manager
Radicle
Git (anonymous pull)
Log in to clone via SSH
Quotes the content of the REPOS variable so that in case we have multiple kind of repositories supported the internal REPOS variable is correctly set to the for the generation of pkg_repos.h
Baptiste Daroussin committed 10 years ago
commit 52f577223d6175146fe3c8d01be7bee5282ee6be
parent d2760c879fc0d159ba61cbe753b6d76d389bec58
1 file changed +1 -1
modified configure.ac
@@ -500,7 +500,7 @@ AC_CONFIG_COMMANDS([pkg_repos.h], [[
		cp $NMODULES pkg_repos.h
	fi
	rm $NMODULES
-
]], [REPOS=$REPOS])
+
]], [REPOS="$REPOS"])

AC_CONFIG_COMMANDS([mkdir], [$MKDIR_P tests/frontend])