[Home]

Summary:ASTERISK-06444: [patch] The command [[ in funcs/Makefile is not recognized in Solaris sh
Reporter:drach (drach)Labels:
Date Opened:2006-02-28 16:30:39.000-0600Date Closed:2006-02-28 23:15:49.000-0600
Priority:MinorRegression?No
Status:Closed/CompleteComponents:Core/General
Versions:Frequency of
Occurrence
Related
Issues:
Environment:Attachments:( 0) Makefile.patch
Description:Line 20 of funcs/Makefile contains:

ifneq ($(shell if [[ 0x`$(CROSS_COMPILE_BIN

whereas it should be:

ifneq ($(shell if [ 0x`$(CROSS_COMPILE_BIN

for a basic (i.e. non-bash) shell

****** ADDITIONAL INFORMATION ******

Solaris sh complains as follows:

/bin/sh: [[: not found
Comments:By: Tilghman Lesher (tilghman) 2006-02-28 23:15:48.000-0600

Fixed in trunk