Skip to content

Commit 99d0fe9

Browse files
committed
Fix #4
1 parent ca199d1 commit 99d0fe9

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

precheck_TransPi.sh

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -789,6 +789,9 @@ elif [ ! -d "$mypwd" ];then
789789
echo -e "\n\t -- Please provide a valid PATH to run TransPi -- \n"
790790
exit 0
791791
elif [ -d "$mypwd" ];then
792+
if [ ${mypwd} == "." ];then
793+
export mypwd=$(pwd)
794+
fi
792795
cd $mypwd
793796
pipeline_steup
794797
fi

0 commit comments

Comments
 (0)