Please do not reply directly to this email. All additional comments should be made in the comments box of this bug.
Summary: xorg-x11-fonts-update-dirs is not a /bin/sh script https://bugzilla.redhat.com/show_bug.cgi?id=664699 Summary: xorg-x11-fonts-update-dirs is not a /bin/sh script Product: Fedora Version: 14 Platform: Unspecified OS/Version: Unspecified Status: NEW Severity: medium Priority: low Component: xorg-x11-font-utils AssignedTo: [email protected] ReportedBy: [email protected] QAContact: [email protected] CC: [email protected], [email protected] Classification: Fedora Description of problem: xorg-x11-fonts-update-dirs is not a /bin/sh script, because this script applies pushd+popd, which both are non-POSIX-sh-extensions. Version-Release number of selected component (if applicable): xorg-x11-font-utils-7.4-3.fc14.x86_64 Steps to Reproduce: Try to run this scipt with ksh: # /bin/ksh xorg-x11-fonts-update-dirs --skip-fontscale /usr/share/X11/fonts/misc xorg-x11-fonts-update-dirs[54]: pushd: not found [No such file or directory] xorg-x11-fonts-update-dirs: line 56: popd: not found Expected results: A /bin/sh script should be POSIX-sh compliant, => either this script should change to using the shebang of a shell supporting pushd+popd (e.g. #!/bin/bash) or the script be rewritten (esp. to not use pushd+popd) -- Configure bugmail: https://bugzilla.redhat.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug. _______________________________________________ fonts-bugs mailing list [email protected] https://admin.fedoraproject.org/mailman/listinfo/fonts-bugs http://fonts.fedoraproject.org/
