From: Theodore Tso Date: Mon, 13 Jun 1994 02:18:41 +0000 (+0000) Subject: Fix quoting problem which caused PEPSY to lose on Linux running bash X-Git-Tag: krb5-1.0-beta4~95 X-Git-Url: http://git.tremily.us/?a=commitdiff_plain;h=9f93caffa8867368d2b55508a7bde0a1f0f967c1;p=krb5.git Fix quoting problem which caused PEPSY to lose on Linux running bash git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@3758 dc483132-0cff-0310-8789-dd5450dbe970 --- diff --git a/src/aclocal.m4 b/src/aclocal.m4 index c50bdb985..d7936fcc2 100644 --- a/src/aclocal.m4 +++ b/src/aclocal.m4 @@ -321,7 +321,7 @@ dnl define(UsePepsy,[ echo "using pepsy" PSYFLAGS="-f -h0 -a -s -C" -PEPSY="$(BUILDTOP)/isode/pepsy/xpepsy" +PEPSY='$(BUILDTOP)/isode/pepsy/xpepsy' AC_SUBST(PEPSY)dnl AC_SUBST(PSYFLAGS)dnl ])dnl