Changeset 2178

Show
Ignore:
Timestamp:
04/24/08 18:10:27 (5 months ago)
Author:
anarcat
Message:

correctly declare functions, we were missing parenthesis

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • alternc/trunk/src/fixperms.sh

    r2169 r2178  
    4848. "$CONFIG_FILE" 
    4949 
    50 doone
     50doone()
    5151    read GID LOGIN 
    5252    while [ "$LOGIN" ]  
  • alternc/trunk/src/sqlbackup.sh

    r2169 r2178  
    3030set -e 
    3131 
    32 dobck
     32dobck()
    3333    local ext 
    3434    local i 
  • alternc/trunk/tools/top_ftp_users

    r2169 r2178  
    7575 
    7676#------------------------- 
    77 set_messages 
     77set_messages() 
    7878#------------------------- 
    7979{ 
     
    9696 
    9797#------------------------- 
    98 trap_EXIT 
     98trap_EXIT() 
    9999#------------------------- 
    100100{ 
  • alternc/trunk/tools/top_http_users

    r2169 r2178  
    7575 
    7676#------------------------- 
    77 set_messages 
     77set_messages() 
    7878#------------------------- 
    7979{ 
     
    107107 
    108108#------------------------- 
    109 trap_EXIT 
     109trap_EXIT() 
    110110#------------------------- 
    111111{ 
  • alternc/trunk/tools/top_mysql_users

    r2169 r2178  
    7474 
    7575#------------------------- 
    76 set_messages 
     76set_messages() 
    7777#------------------------- 
    7878{ 
     
    9494 
    9595#------------------------- 
    96 trap_EXIT 
     96trap_EXIT() 
    9797#------------------------- 
    9898{