Sisyphus repository
Last update: 1 october 2023 | SRPMs: 18631 | Visits: 37545392
en ru br
ALT Linux repos
S:5.18.12-alt2
5.0: 5.9.6-alt1
4.1: 5.8.9-alt1
4.0: 5.8.4-alt1
3.0: 5.6.6-alt1

Group :: Development/Other
RPM: autogen

 Main   Changelog   Spec   Patches   Sources   Download   Gear   Bugs and FR  Repocop 

Patch: autogen-5.18.4-masquerade-deps.patch
Download


diff --git a/autoopts/tpl/texi2mdoc.sh b/autoopts/tpl/texi2mdoc.sh
index 4aff400..60eb43c 100755
--- a/autoopts/tpl/texi2mdoc.sh
+++ b/autoopts/tpl/texi2mdoc.sh
@@ -33,8 +33,9 @@
 
 # /bin/sh on Solaris is too horrible for words
 #
+XPG4_SH=/usr/xpg4/bin/sh
 case "$0" in
-/bin/sh ) test -x /usr/xpg4/bin/sh && exec /usr/xpg4/bin/sh ${1+"$@"} ;;
+/bin/sh ) test -x $XPG4_SH && exec $XPG4_SH ${1+"$@"} ;;
 esac
 
 parent_pid=$$
 
design & coding: Vladimir Lettiev aka crux © 2004-2005, Andrew Avramenko aka liks © 2007-2008
current maintainer: Michael Shigorin