Ignore:
Timestamp:
04/24/08 18:02:56 (5 years ago)
Author:
anarcat
Message:

remove bashisms in shell scripts.

See #1122

File:
1 edited

Legend:

Unmodified
Added
Removed
  • alternc-webalizer/trunk/alternc-webalizer

    r2170 r2176  
    1717trap cleanup 1 2 15 
    1818 
    19 function cleanup { 
     19cleanup { 
    2020    rm -f $TMPLOG 
    2121    rm -rf $CACHEDIR/* 
    2222} 
    2323 
    24 function dostat { 
     24dostat { 
    2525    read LANG DOM DIR USER 
    2626    while [ "$DOM" ] 
Note: See TracChangeset for help on using the changeset viewer.