Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 92743 - Extra space in "#! /bin/sh" in Code Listing 4.2
Summary: Extra space in "#! /bin/sh" in Code Listing 4.2
Status: RESOLVED WONTFIX
Alias: None
Product: [OLD] Docs-user
Classification: Unclassified
Component: Gentoo Security Guide (show other bugs)
Hardware: All Linux
: High trivial (vote)
Assignee: Benny Chuang (RETIRED)
URL: http://www.gentoo.org/doc/en/gentoo-s...
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2005-05-15 17:00 UTC by Zack Elan
Modified: 2005-05-15 17:31 UTC (History)
1 user (show)

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 Zack Elan 2005-05-15 17:00:09 UTC
Code Listing 4.2

#! /bin/sh
echo "$3" | mail -s "Warning (program : $2)" root

Should read:

#!/bin/sh
echo "$3" | mail -s "Warning (program : $2)" root

Reproducible: Always
Steps to Reproduce:
Comment 1 Benny Chuang (RETIRED) gentoo-dev 2005-05-15 17:31:48 UTC
both with and without space works