--- ermyth/setup 2007/07/21 01:29:07 1.2 +++ ermyth/setup 2007/08/28 17:08:06 1.3 @@ -5,7 +5,7 @@ # # This file is a simple setup script. # -# $Id: setup,v 1.2 2007/07/21 01:29:07 pippijn Exp $ +# $Id: setup,v 1.3 2007/08/28 17:08:06 pippijn Exp $ PREFIX="$HOME/atheme" LARGENET="no" @@ -13,6 +13,10 @@ SASL="yes" VERSION=`grep AC_INIT configure.ac | awk '{print \$2}' | sed s:\,::g` +if [ "x$PAGER" = "x" ]; then + PAGER="more" +fi + export ok INPUT clear @@ -30,7 +34,7 @@ if read INPUT ; then : ; else echo "" ; exit 1 ; fi if [ ! "$INPUT" ] ; then echo "" - more doc/RELEASE + $PAGER doc/RELEASE echo "" echo "-----" ok=1 @@ -38,7 +42,7 @@ case $INPUT in [Yy]*) echo "" - more doc/RELEASE + $PAGER doc/RELEASE ok=1 ;; [Nn]*)