Changeset 274 for branches/samba-3.3.x/source/script/installmo.sh
- Timestamp:
- Jun 17, 2009, 2:19:52 PM (16 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/samba-3.3.x/source/script/installmo.sh
r206 r274 36 36 echo "Installing $f as $FNAME" 37 37 touch "$FNAME" 38 $MSGFMT "$f" -f -o "$FNAME"38 $MSGFMT -f -o "$FNAME" "$f" 39 39 if test ! -f "$FNAME"; then 40 40 echo "Cannot install $FNAME. Does $USER have privileges?"
Note:
See TracChangeset
for help on using the changeset viewer.