Changeset 2172 for scripts


Ignore:
Timestamp:
09/29/07 08:16:16 (6 years ago)
Author:
alanbach-guest
Message:

watch.sh minor improvements

File:
1 edited

Legend:

Unmodified
Added
Removed
  • scripts/watch.sh

    r1849 r2172  
    77BASE_PATH="/home/parsix/public_html/watch" 
    88BASE_URL="http://watch.parsix.org" 
    9 LOCAL_REPO="/home/parsix-pkg-repo/pool" 
     9LOCAL_REPO="/home/parsix/public_html/packages/pool" 
    1010SVN_REPO="/svn/pkg-parsix/" 
    1111 
     
    5353 
    5454# work around the plus bug 
    55 x=`echo $x | /usr/bin/awk '{ gsub(/+/, "KKK"); print }'` 
     55x=`echo $x | /bin/sed s/+/KKK/g` 
    5656 
    5757if [ ! -z "$FAKEARCHS" ]; then 
     
    6565echo $FOOTER >> $BASE_PATH/index.html 
    6666 
     67# replace KKK! 
     68sed -i s/KKK/+/g $BASE_PATH/index.html 
    6769 
     70 
Note: See TracChangeset for help on using the changeset viewer.