Revision: 6977
http://ipcop.svn.sourceforge.net/ipcop/?rev=6977&view=rev
Author: gespinasse
Date: 2013-03-23 12:05:15 +0000 (Sat, 23 Mar 2013)
Log Message:
-----------
Fix static libc check when none is found
Modified Paths:
--------------
ipcop/trunk/make.sh
Modified: ipcop/trunk/make.sh
===================================================================
--- ipcop/trunk/make.sh 2013-03-23 08:16:48 UTC (rev 6976)
+++ ipcop/trunk/make.sh 2013-03-23 12:05:15 UTC (rev 6977)
@@ -1289,8 +1289,8 @@
# On Centos-5.9, find /usr/lib report 'Permission denied' with
/usr/lib/audit
# Instead of checking for a find error, look if at least a libc.a file
has been found.
local LIBC_STATIC=$(find /usr/lib -name libc.a 2>/dev/null | head -n1)
- if [ -n ${LIBC_STATIC} ]; then
- beautify message DONE
+ if [ -n "${LIBC_STATIC}" ]; then
+ beautify message " : found ${LIBC_STATIC}" DONE
else
beautify message FAIL
SUCCESS=$[ ${SUCCESS} - 1 ]
This was sent by the SourceForge.net collaborative development platform, the
world's largest Open Source development site.
------------------------------------------------------------------------------
Everyone hates slow websites. So do we.
Make your web apps faster with AppDynamics
Download AppDynamics Lite for free today:
http://p.sf.net/sfu/appdyn_d2d_mar
_______________________________________________
Ipcop-svn mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/ipcop-svn