From 57578f9f0866649704da5aa4c20281e12a717608 Mon Sep 17 00:00:00 2001 From: ligc Date: Tue, 23 Feb 2010 11:14:40 +0000 Subject: [PATCH] fix for bug 2936341: EDITOR env var does not work with tabedit git-svn-id: https://svn.code.sf.net/p/xcat/code/xcat-core/trunk@5260 8638fb3e-16cb-4fca-ae20-7b5d299a9bcd --- xCAT-client/sbin/tabedit | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/xCAT-client/sbin/tabedit b/xCAT-client/sbin/tabedit index 48c4e73b4..65466aeda 100755 --- a/xCAT-client/sbin/tabedit +++ b/xCAT-client/sbin/tabedit @@ -41,7 +41,7 @@ SUM=`$SUMPROGRAM /tmp/tabedit.$$/$TABLE.csv` EXIT=0 while [ $EXIT -eq 0 ]; do cd /tmp/tabedit.$$ - "$TABEDITOR" $TABLE.csv + $TABEDITOR $TABLE.csv cd - >/dev/null NEWSUM=`$SUMPROGRAM /tmp/tabedit.$$/$TABLE.csv` if [ "$NEWSUM" == "$SUM" ]; then