Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 3 Jul 1998 17:56:34 +0200 (CEST)
From:      zerium@webindex.no
To:        FreeBSD-gnats-submit@FreeBSD.ORG
Subject:   bin/7154: IFS Not working right
Message-ID:  <199807031556.RAA20709@ti01a24-0069.dialup.online.no>

next in thread | raw e-mail | index | archive | help

>Number:         7154
>Category:       bin
>Synopsis:       IFS Not working right
>Confidential:   no
>Severity:       non-critical
>Priority:       medium
>Responsible:    freebsd-bugs
>State:          open
>Quarter:
>Keywords:
>Date-Required:
>Class:          sw-bug
>Submitter-Id:   current-users
>Arrival-Date:   Fri Jul  3 09:00:01 PDT 1998
>Last-Modified:
>Originator:     Hans Petter Bieker
>Organization:
none
>Release:        FreeBSD 2.2.6-STABLE i386
>Environment:

FreeBSD 2.2.6-STABLE i386

>Description:

sh doesn't split arguments on IFS.

On SunOS both of the test works.
In bash only the last works.

I'm not sure what's the correct behaviour, but this is the reason why the 
autodetection of MOC in KDE doesn't work under FreeBSD.

>How-To-Repeat:

$ IFS=":" ls:/
ls:/: not found
$ IFS=":" for i in df:df; do echo $i; done
df df
(no newline)

>Fix:
	
N/A
>Audit-Trail:
>Unformatted:

To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe freebsd-bugs" in the body of the message



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?199807031556.RAA20709>