Fixed typo.
1 parent 5961c83 commit a677fc8c6cc1aec88bc3cae9a4a05af9806bdc2d
@toor toor authored on 18 Nov 2010
Showing 1 changed file
View
4
sysupd
#!/bin/sh
# Update Various System Files, Ports, etc.
# Copyright (c) 2006-2010, TundraWare Inc, Des Plaines, IL USA
# All Rights Reserved
# $Id: sysupd,v 1.127 2010/11/18 16:38:48 toor Exp $
# $Id: sysupd,v 1.128 2010/11/18 16:39:53 toor Exp $
 
 
#####
# Where To Put The Various Log Files Generated Here
# Update TeX Live
###
 
texlive)
runupd $SET $LOGDIR "/usr/local/texlive/bin/tlmgr update --self && /usr/local/texlive/bin/tlmgr update --all""
runupd $SET $LOGDIR "/usr/local/texlive/bin/tlmgr update --self && /usr/local/texlive/bin/tlmgr update --all"
;;
 
#####