[Bug 741605] New: nethack: missing $@
https://bugzilla.novell.com/show_bug.cgi?id=741605 https://bugzilla.novell.com/show_bug.cgi?id=741605#c0 Summary: nethack: missing $@ Classification: openSUSE Product: openSUSE 12.1 Version: Final Platform: Other OS/Version: Other Status: NEW Severity: Minor Priority: P5 - None Component: Other AssignedTo: pgajdos@suse.com ReportedBy: thomas@suse.com QAContact: qa@suse.de Found By: --- Blocker: --- Hi, a friend and nethack user pointed me to he following issue in /usr/bin/nethack: exec $HACKBINDIR/nethack.$HACKSTYLE should be replaced by exec $HACKBINDIR/nethack.$HACKSTYLE $@ Adding the $@ would make the script work with the start-script (and makes SUSE a full OS in his eyes ;). -- Configure bugmail: https://bugzilla.novell.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug.
https://bugzilla.novell.com/show_bug.cgi?id=741605 https://bugzilla.novell.com/show_bug.cgi?id=741605#c1 Petr Gajdos <pgajdos@suse.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|NEW |RESOLVED Resolution| |FIXED --- Comment #1 from Petr Gajdos <pgajdos@suse.com> 2012-01-16 15:59:24 UTC --- (In reply to comment #0)
exec $HACKBINDIR/nethack.$HACKSTYLE
should be replaced by
exec $HACKBINDIR/nethack.$HACKSTYLE $@
Fixed.
Adding the $@ would make the script work with the start-script (and makes SUSE a full OS in his eyes ;).
From now on he is not allowed to use another distro :-).
Happy gaming. -- Configure bugmail: https://bugzilla.novell.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug.
https://bugzilla.novell.com/show_bug.cgi?id=741605 https://bugzilla.novell.com/show_bug.cgi?id=741605#c2 --- Comment #2 from Thomas Biege <thomas@suse.com> 2012-01-17 07:42:52 UTC --- Thanks a lot! -- Configure bugmail: https://bugzilla.novell.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug.
participants (1)
-
bugzilla_noreply@novell.com