From b49259b7d0b2247cfd70f7c2b6d7ef65d8ff5576 Mon Sep 17 00:00:00 2001 From: mxi1 Date: Fri, 15 Oct 2010 11:26:08 +0000 Subject: [PATCH] modify one condition git-svn-id: https://svn.code.sf.net/p/xcat/code/xcat-core/trunk@7871 8638fb3e-16cb-4fca-ae20-7b5d299a9bcd --- xCAT/postscripts/aixlitesetup | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/xCAT/postscripts/aixlitesetup b/xCAT/postscripts/aixlitesetup index f621c549e..f9607855b 100644 --- a/xCAT/postscripts/aixlitesetup +++ b/xCAT/postscripts/aixlitesetup @@ -260,7 +260,7 @@ FindFile () { if [ -e ${SRC} ]; then PATHEND=${#path} CHAREND=`echo ${path} |cut -c${PATHEND}` - if [ "${CHAREND}" = '/' ] && [ -d ${SRC} ]; then + if [ "${CHAREND}" != '/' ] && [ -d ${SRC} ]; then FOUND=0 continue fi