Ignore:
Timestamp:
Jun 17, 2009, 2:19:52 PM (16 years ago)
Author:
Herwig Bauernfeind
Message:

Update 3.3 branch to 3.3.5

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/samba-3.3.x/source/script/installmo.sh

    r206 r274  
    3636                        echo "Installing $f as $FNAME"
    3737                        touch "$FNAME"
    38                         $MSGFMT "$f" -f -o "$FNAME"
     38                        $MSGFMT -f -o "$FNAME" "$f"
    3939                        if test ! -f "$FNAME"; then
    4040                                echo "Cannot install $FNAME. Does $USER have privileges?"
Note: See TracChangeset for help on using the changeset viewer.