Mercurial > hg > config
comparison .bashrc @ 224:57677a2bf772
remove umask
author | Jeff Hammel <jhammel@mozilla.com> |
---|---|
date | Wed, 16 May 2012 08:58:47 -0700 |
parents | d963d5a7e543 |
children | b33d0c78132c |
comparison
equal
deleted
inserted
replaced
223:ce34e4e8f357 | 224:57677a2bf772 |
---|---|
361 MENU=~/web/site/programs.html | 361 MENU=~/web/site/programs.html |
362 if [ -e $MENU ] | 362 if [ -e $MENU ] |
363 then | 363 then |
364 html2flux.py $MENU > ~/.fluxbox/applications | 364 html2flux.py $MENU > ~/.fluxbox/applications |
365 fi | 365 fi |
366 | |
367 umask 0000 |