Skip to content

Commit cda8516

Browse files
author
Sam Bingner
committed
Use double quotes on sed command to allow variable expansion
1 parent 3dba344 commit cda8516

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

configure.ac

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -84,7 +84,7 @@ AC_ARG_WITH([static-libplist],
8484
[with_static_libplist=yes])
8585
if test "x$with_static_libplist" != "xno"; then
8686
if test "x$with_static_libplist" = "xyes"; then
87-
STATIC_LIBPLIST="`pkg-config --libs-only-L ${LIBPLIST} |sed 's/^..//; s/[ ]*$/\/${LIBPLIST}.a/'`"
87+
STATIC_LIBPLIST="`pkg-config --libs-only-L ${LIBPLIST} |sed "s/^..//; s/[ ]*$/\/${LIBPLIST}.a/"`"
8888
else
8989
STATIC_LIBPLIST="$with_static_libplist"
9090
fi

0 commit comments

Comments
 (0)