From: <pst...@us...> - 2011-03-28 23:29:09
|
Revision: 839 http://jazzplusplus.svn.sourceforge.net/jazzplusplus/?rev=839&view=rev Author: pstieber Date: 2011-03-28 23:29:03 +0000 (Mon, 28 Mar 2011) Log Message: ----------- Replaced tabs with spaces. Modified Paths: -------------- tex2rtf/distrib/maketarball.sh Modified: tex2rtf/distrib/maketarball.sh =================================================================== --- tex2rtf/distrib/maketarball.sh 2011-03-28 23:27:41 UTC (rev 838) +++ tex2rtf/distrib/maketarball.sh 2011-03-28 23:29:03 UTC (rev 839) @@ -81,11 +81,11 @@ shift 4 for i in "$@"; do case "$i" in - --upx) UPX=1 ;; - *) - usage - exit - ;; + --upx) UPX=1 ;; + *) + usage + exit + ;; esac done @@ -116,4 +116,3 @@ dotar echo Tex2RTF archived. - This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |