busybox-1.1.2 ash vs. busybox-1.2.2 ash

Bernecker, Herbert herbert.bernecker at siemens.com
Wed Dec 20 14:21:04 UTC 2006


Hi list!
 
I am using a script to run posix-tests. With busybox 1.1.2 this works
very well,
but since i use the version 1.2.2 the scripts run not anymore.
The behavior seems to be different.
 
Example:
   - script
 
        #! /bin/sh
        BASEDIR=conformance/interfaces
        runtests()
        {
            for directory in `ls -d $1`; do 
                echo $directory
            done
        }
        runtests "$BASEDIR/sig*"
 
 
    - output version 1.1.2
        <directory>
        <directory>
        <directory>
        <directory>
        <directory>
        ...
 
    - output version 1.2.2
        
 
Is this
    - due to any changed config options?
    - a wanted behavior?
    - or magic?
 
 
sincerely yours
    Herbert
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.busybox.net/pipermail/busybox/attachments/20061220/211b63af/attachment-0001.htm 


More information about the busybox mailing list