Changeset 152


Ignore:
Timestamp:
12/15/2006 19:23:38 (5 years ago)
Author:
ccowart
Message:

Typo for file descriptor.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/confman/confsync.sh

    r150 r152  
    2525tarball=$(conf_fetch) 
    2626if ! [ -s $tarball ] ; then 
    27     echo "Could not fetch the tarball." > &2 
     27    echo "Could not fetch the tarball." >&2 
    2828    exit 1 
    2929fi 
Note: See TracChangeset for help on using the changeset viewer.