aboutsummaryrefslogtreecommitdiff
path: root/configure
diff options
context:
space:
mode:
authorMattias Andrée <maandree@operamail.com>2012-08-19 03:16:13 +0200
committerMattias Andrée <maandree@operamail.com>2012-08-19 03:16:13 +0200
commit50a53b99aa368b2d69aea5eb6545fb5fcd8aa2dd (patch)
tree2188de517f468cd29b8d1d60c23a8208f642b3cb /configure
parentbba147e0c91c51db250a30209d6003e27dfb944e (diff)
downloadponysay-50a53b99aa368b2d69aea5eb6545fb5fcd8aa2dd.tar.gz
ponysay-50a53b99aa368b2d69aea5eb6545fb5fcd8aa2dd.tar.bz2
ponysay-50a53b99aa368b2d69aea5eb6545fb5fcd8aa2dd.zip
misc
Diffstat (limited to 'configure')
-rwxr-xr-xconfigure2
1 files changed, 1 insertions, 1 deletions
diff --git a/configure b/configure
index fc6af15..2581660 100755
--- a/configure
+++ b/configure
@@ -77,7 +77,7 @@ for arg in "$@"; do
elif [ "$opt" = '--without-fish' ]; then installFish=''
elif [ "$opt" = '--without-zsh' ]; then installZsh=''
- elif [ "$opt" = "--with-everyting" ]; then
+ elif [ "$opt" = "--everything" ]; then
installPdf=' install-pdf'
installInfo=' install-info'
installMan=' install-man'