From eb1a61241926f668bdc8a47d50e5008bc8ecd38c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Stig-=C3=98rjan=20Smelror?= Date: Wed, 31 Jan 2024 17:02:43 +0100 Subject: [PATCH] Debug zsh --- qsgen2 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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