From f07f20a8640873d8709e0891eb0c0ca654fbf8cb Mon Sep 17 00:00:00 2001 From: Keith Nash Date: Wed, 19 Aug 2020 17:13:20 -0500 Subject: [PATCH] Update disk-burnin.sh --- disk-burnin.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/disk-burnin.sh b/disk-burnin.sh index 2556174..768056f 100644 --- a/disk-burnin.sh +++ b/disk-burnin.sh @@ -148,8 +148,8 @@ Dry_Run=0 # trailing slash if you specify a value. Default is the current working # directory. -Log_Dir=`pwd` -BB_Dir=`pwd` +Log_Dir=$(pwd) +BB_Dir=$(pwd) # Alternative: #Log_Dir="."