summaryrefslogtreecommitdiffstats
path: root/configure
diff options
context:
space:
mode:
authorKaz Kylheku <kaz@kylheku.com>2009-11-26 10:25:43 -0800
committerKaz Kylheku <kaz@kylheku.com>2009-11-26 10:25:43 -0800
commit9881df878fa054041fbf30da70d2b033ce84fe29 (patch)
treeba98b72e2b1fe7a921f669248110663a529452c6 /configure
parent2b9b28c61abcc907e3166deaddc5461515406d53 (diff)
downloadtxr-9881df878fa054041fbf30da70d2b033ce84fe29.tar.gz
txr-9881df878fa054041fbf30da70d2b033ce84fe29.tar.bz2
txr-9881df878fa054041fbf30da70d2b033ce84fe29.zip
Expand yacc command without quotes.
Diffstat (limited to 'configure')
-rwxr-xr-xconfigure2
1 files changed, 1 insertions, 1 deletions
diff --git a/configure b/configure
index d3fe7ccb..acb9dd81 100755
--- a/configure
+++ b/configure
@@ -730,7 +730,7 @@ else
exit 1
;;
* )
- if ! command -v "$yaccpath" > /dev/null ; then
+ if ! command -v $yaccpath > /dev/null ; then
printf "not found\n\n"
exit 1
fi