Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 48726 - mupad script does not read command parameters
Summary: mupad script does not read command parameters
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: All Linux
: High normal (vote)
Assignee: Gentoo Science Related Packages
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2004-04-22 14:00 UTC by Nuno Sucena Almeida
Modified: 2004-05-10 01:29 UTC (History)
0 users

See Also:
Package list:
Runtime testing required: ---


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Nuno Sucena Almeida 2004-04-22 14:00:08 UTC
the mupad script installed by the portage package at /usr/bin/mupad does not
pass the command line parameters to the mupad script. you should add $* to the end of it:

#!/bin/sh
exec /usr/lib/mupad/share/bin/mupad $*
Comment 1 Patrick Kursawe (RETIRED) gentoo-dev 2004-05-10 01:29:35 UTC
done in -r2, thanks for the hint