diff options
Diffstat (limited to 'build/m4')
-rw-r--r-- | build/m4/banshee/dap-ipod.m4 | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/build/m4/banshee/dap-ipod.m4 b/build/m4/banshee/dap-ipod.m4 index a83e4c0b1..ccc089408 100644 --- a/build/m4/banshee/dap-ipod.m4 +++ b/build/m4/banshee/dap-ipod.m4 @@ -19,7 +19,7 @@ AC_DEFUN([BANSHEE_CHECK_DAP_IPOD], asms="`$PKG_CONFIG --variable=Libraries ipod-sharp` `$PKG_CONFIG --variable=Libraries ipod-sharp-ui`" for asm in $asms; do IPODSHARP_ASSEMBLIES="$IPODSHARP_ASSEMBLIES $asm" - [ -r "$asm.mdb" ] && IPODSHARP_ASSEMBLIES="$IPODSHARP_ASSEMBLIES $asm.mdb" + [[ -r "$asm.mdb" ]] && IPODSHARP_ASSEMBLIES="$IPODSHARP_ASSEMBLIES $asm.mdb" done AC_SUBST(IPODSHARP_ASSEMBLIES) AC_SUBST(IPODSHARP_LIBS) |