Project

General

Profile

Bug #486

Test bugfixes-test.sh error under Mac OS X x86

Added by Anonymous about 15 years ago. Updated almost 13 years ago.

Status:
Closed
Priority:
Normal
Category:
build
Target version:
Start date:
Due date:
% Done:

0%

Estimated time:

Description

I've checkouted revision 534 of exiv2, than make config && make
then cd test ; make
In the file bugfixes-test.sh on line 67:

imac:~/Sites/exif/exiv2/test family$ make
Running addmoddel.sh ...
All testcases passed.
Running bugfixes-test.sh ...
./bugfixes-test.sh: line 67: [: too many arguments
All testcases passed.
Running crw-test.sh ...

It is line:
if [ x`which unix2dos.exe` != x ]; then

Command which unix2dos.exe in Mac OS replies:
imac:~/Sites/exif/exiv2 family$ which unix2dos.exe
no unix2dos.exe in /opt/local/bin /opt/local/sbin /bin /sbin /usr/bin /usr/sbin /usr/local/mysql/bin /usr/local/teTeX/bin/i386-apple-darwin-current

It will be good to change to
x"`which unix2dos.exe`"

History

#1

Updated by Andreas Huggel about 15 years ago

I've made the change as requested in Rev 880. Pls check and let me know if it helped.

#2

Updated by Anonymous about 15 years ago

It is done. You can close it.

Also available in: Atom PDF