- Timestamp:
- 09/29/07 08:16:16 (6 years ago)
- File:
-
- 1 edited
-
scripts/watch.sh (modified) (3 diffs)
Legend:
- Unmodified
- Added
- Removed
-
scripts/watch.sh
r1849 r2172 7 7 BASE_PATH="/home/parsix/public_html/watch" 8 8 BASE_URL="http://watch.parsix.org" 9 LOCAL_REPO="/home/parsix -pkg-repo/pool"9 LOCAL_REPO="/home/parsix/public_html/packages/pool" 10 10 SVN_REPO="/svn/pkg-parsix/" 11 11 … … 53 53 54 54 # work around the plus bug 55 x=`echo $x | / usr/bin/awk '{ gsub(/+/, "KKK"); print }'`55 x=`echo $x | /bin/sed s/+/KKK/g` 56 56 57 57 if [ ! -z "$FAKEARCHS" ]; then … … 65 65 echo $FOOTER >> $BASE_PATH/index.html 66 66 67 # replace KKK! 68 sed -i s/KKK/+/g $BASE_PATH/index.html 67 69 70
Note: See TracChangeset
for help on using the changeset viewer.


