From 4e73ae949c90d6e34ace35d8ff28bc2e3d4b3b84 Mon Sep 17 00:00:00 2001 From: Weitian LI Date: Sat, 8 Nov 2014 13:09:24 +0800 Subject: Fix problem with P_PBKFILE, and updated the versions --- scripts/ciao_deproj_spectra.sh | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) (limited to 'scripts') diff --git a/scripts/ciao_deproj_spectra.sh b/scripts/ciao_deproj_spectra.sh index abebc7c..20e6fbb 100755 --- a/scripts/ciao_deproj_spectra.sh +++ b/scripts/ciao_deproj_spectra.sh @@ -43,11 +43,13 @@ export LC_COLLATE=C ## fix variable 'ABUND=grsa' ## v8.2, 2014/07/29, Weitian LI ## fix 'pbkfile' parameters for CIAO-4.6 +## v8.3, 2014/11/08, Weitian LI +## fix problem with 'P_PBKFILE' about the single colon ########################################################### ## about, used in `usage' {{{ -VERSION="v8" -UPDATE="2012-08-14" +VERSION="v8.3" +UPDATE="2014-11-08" ## about }}} ## usage, help {{{ @@ -425,7 +427,7 @@ for i in `seq ${LINES}`; do # NO spectrum grouping (group by self using `grppha') # 'pbkfile' parameter deprecated in CIAO-4.6 if `pget specextract pbkfile >/dev/null 2>&1`; then - P_PBKFILE="pbkfile='${PBK}'" + P_PBKFILE="pbkfile=${PBK}" else P_PBKFILE="" fi -- cgit v1.2.2