new-words

diff INSTALL.sh @ 52:abd4080ee583

logging (fixme: hardcoded log filename) + answers shorthand (you press key instead of fullanswer)
author Igor Chubin <igor@chub.in>
date Sun May 01 20:27:36 2011 +0200 (2011-05-01)
parents 0ff259b8b6a3
children 04b0280aa883
line diff
     1.1 --- a/INSTALL.sh	Wed Mar 31 18:59:02 2010 +0300
     1.2 +++ b/INSTALL.sh	Sun May 01 20:27:36 2011 +0200
     1.3 @@ -1,6 +1,6 @@
     1.4  #!/bin/sh
     1.5  
     1.6 -if [ "$UID" == 0 ]
     1.7 +if [ "$UID" = 0 ]
     1.8  then
     1.9      DEST=/usr/local/bin/
    1.10  else