Mailinglist Archive: opensuse-bugs (14006 mails)
| < Previous | Next > |
[Bug 382214] bash script aborts with memory dump if interpreter not specified on first line
- From: bugzilla_noreply@xxxxxxxxxx
- Date: Sun, 27 Apr 2008 18:02:00 -0600 (MDT)
- Message-id: <20080428000200.9F36ACC7B3@xxxxxxxxxxxxxxxxxxxxxx>
https://bugzilla.novell.com/show_bug.cgi?id=382214
User ro@xxxxxxxxxx added comment
https://bugzilla.novell.com/show_bug.cgi?id=382214#c15
Ruediger Oertel <ro@xxxxxxxxxx> changed:
What |Removed |Added
----------------------------------------------------------------------------
CC|
|ro@xxxxxxxxxx, gregkh@xxxxxxxxxx
Status|RESOLVED |REOPENED
Resolution|FIXED |
--- Comment #15 from Ruediger Oertel <ro@xxxxxxxxxx> 2008-04-27 18:01:59 MST
---
sorry, but this breaks the ARGV counter (found cause it breaks our kernel
builds):
# cat foo.sh
# Substitute CONFIG_ variables
echo "arg 1 = $1"
echo "arg 2 = $2"
# cat foo.sh | /root/foo.sh F G
arg 1 = G
arg 2 =
--
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.
User ro@xxxxxxxxxx added comment
https://bugzilla.novell.com/show_bug.cgi?id=382214#c15
Ruediger Oertel <ro@xxxxxxxxxx> changed:
What |Removed |Added
----------------------------------------------------------------------------
CC|
|ro@xxxxxxxxxx, gregkh@xxxxxxxxxx
Status|RESOLVED |REOPENED
Resolution|FIXED |
--- Comment #15 from Ruediger Oertel <ro@xxxxxxxxxx> 2008-04-27 18:01:59 MST
---
sorry, but this breaks the ARGV counter (found cause it breaks our kernel
builds):
# cat foo.sh
# Substitute CONFIG_ variables
echo "arg 1 = $1"
echo "arg 2 = $2"
# cat foo.sh | /root/foo.sh F G
arg 1 = G
arg 2 =
--
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.
| < Previous | Next > |