Sisyphus repository
Last update: 1 october 2023 | SRPMs: 18631 | Visits: 37841534
en ru br
ALT Linux repos
S:1.6.0-alt1

Group :: Text tools
RPM: txt2man

 Main   Changelog   Spec   Patches   Sources   Download   Gear   Bugs and FR  Repocop 

Patch: txt2man-1.5.6-fixbashisms.patch
Download


--- bookman.orig	2011-05-09 08:53:22.000000000 -0500
+++ bookman	2011-05-09 08:54:02.000000000 -0500
@@ -83,9 +83,9 @@
 shift $(($OPTIND - 1))
 date=${date:-$(date +'%d %B %Y')}
 
-[[ $1 ]] || set -- $(while read; do echo $REPLY; done)
+[ $1 ] || set -- $(while read; do echo $REPLY; done)
 
-[[ $outfile ]] && post="$post >$outfile"
+[ $outfile ] && post="$post >$outfile"
 
 {
 	# Compute table of content from postscript output.
 
design & coding: Vladimir Lettiev aka crux © 2004-2005, Andrew Avramenko aka liks © 2007-2008
current maintainer: Michael Shigorin