diff options
Diffstat (limited to 'latex/latex_test.sh')
-rwxr-xr-x | latex/latex_test.sh | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/latex/latex_test.sh b/latex/latex_test.sh index 5d67cb5..4c11be7 100755 --- a/latex/latex_test.sh +++ b/latex/latex_test.sh @@ -1,7 +1,7 @@ #!/bin/bash clear -Bk_details=$1 -Contrib_details=$2 +CBk_details=$1 +CContrib_details=$2 Data_all=$3 Dep_dat=$4 @@ -24,8 +24,8 @@ fi IFS_old="$IFS" -IFS=# read col1 col2 col3 col4 col5 col6 col7 col8 < $Contrib_details; -IFS=# read colB1 colB2 colB3 colB4 colB5 colB6 colB7 < $Bk_details; +IFS=# read col1 col2 col3 col4 col5 col6 col7 col8 < "$CContrib_details"; +IFS=# read colB1 colB2 colB3 colB4 colB5 colB6 colB7 < "$CBk_details"; col1=${col1/&/\\&}; col2=${col2/&/\\&}; col3=${col3/&/\\&}; |