diff options
author | Mattias Andrée <maandree@operamail.com> | 2012-08-19 03:16:13 +0200 |
---|---|---|
committer | Mattias Andrée <maandree@operamail.com> | 2012-08-19 03:16:13 +0200 |
commit | 50a53b99aa368b2d69aea5eb6545fb5fcd8aa2dd (patch) | |
tree | 2188de517f468cd29b8d1d60c23a8208f642b3cb /configure | |
parent | bba147e0c91c51db250a30209d6003e27dfb944e (diff) | |
download | ponysay-50a53b99aa368b2d69aea5eb6545fb5fcd8aa2dd.tar.gz ponysay-50a53b99aa368b2d69aea5eb6545fb5fcd8aa2dd.tar.bz2 ponysay-50a53b99aa368b2d69aea5eb6545fb5fcd8aa2dd.zip |
misc
Diffstat (limited to 'configure')
-rwxr-xr-x | configure | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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' |