Changeset fdbd6d in git for doc/doc2tex.pl


Ignore:
Timestamp:
Jul 22, 1999, 9:21:31 AM (25 years ago)
Author:
Tim Wichmann <wichmann@…>
Branches:
(u'spielwiese', 'fe61d9c35bf7c61f2b6cbf1b56e25e2f08d536cc')
Children:
acd34728953b7dc1ca2fbd7c53c176f9b2c9d241
Parents:
b023ec8a4be590d97fadbda4269b50db6982b09d
Message:
*wichmann: Removed typo (option output was parsed as ooutput)


git-svn-id: file:///usr/local/Singular/svn/trunk@3323 2c84dea3-7e68-4137-9b89-c4e89433aadc
File:
1 edited

Legend:

Unmodified
Added
Removed
  • doc/doc2tex.pl

    rb023ec8 rfdbd6d  
    11#!/usr/local/bin/perl
    2 # $Id: doc2tex.pl,v 1.12 1999-07-21 21:04:21 obachman Exp $
     2# $Id: doc2tex.pl,v 1.13 1999-07-22 07:21:31 wichmann Exp $
    33###################################################################
    44#  Computer Algebra System SINGULAR
     
    105105  $_ = shift(@ARGV);
    106106  if (/^-S(ingular)?$/)  { $Singular = shift(@ARGV); next;}
    107   if (/^-o(output)?$/)   { $tex_file = shift(@ARGV); next;}
     107  if (/^-o(utput)?$/)    { $tex_file = shift(@ARGV); next;}
    108108  if (/^-no_r(euse)?$/)  { $reuse = 0; next;}
    109109  if (/^-c(lean)?$/)     { $clean = 1; next;}
Note: See TracChangeset for help on using the changeset viewer.