Changeset 26 for trunk/update_notice.php


Ignore:
Timestamp:
Jan 19, 2017, 12:01:07 PM (7 years ago)
Author:
gegorbet
Message:

various minor fixes/mods to gridctl

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/update_notice.php

    r25 r26  
    1010
    1111$s_cmd1 = "/usr/bin/svn info svn:$s_url1|grep Revision|cut -d ' ' -f2";
    12 $s_cmd2 = "/usr/bin/svn info svn:$s_url1|grep Revision|cut -d ' ' -f2";
     12$s_cmd2 = "/usr/bin/svn info svn:$s_url2|grep Revision|cut -d ' ' -f2";
    1313
    1414$s_rev1 = exec( $s_cmd1 );
Note: See TracChangeset for help on using the changeset viewer.