diff --git a/qsgen2 b/qsgen2 index 6fb05e8..e18d77a 100755 --- a/qsgen2 +++ b/qsgen2 @@ -106,7 +106,7 @@ fi debug=true if (${debug}); then qsconfig=$( cat $(pwd)/config | grep -v \# | awk '{print substr($0, index($0, " ") + 1)}' ) - qsconfig=$(<${qsconfig}) + # qsconfig=$(<${qsconfig}) echo "${red}Contents of Config file:${end}" for lines in ${qsconfig} do