Redirect output of pushd and popd to /dev/null

Former-commit-id: e6ce2c7387b5abd0ef3be9b58c23bbfe596a5aff
Former-commit-id: 85e9495c91660380d531efb63a8f81aa393805cf
This commit is contained in:
2018-05-11 16:20:39 +02:00
parent 812fdfa06f
commit 4f18ef51d0

View File

@ -62,9 +62,9 @@ else
set AbsGenoFile = $Fasta
endif
pushd $temp
pushd $temp >& /dev/null
ln -s $AbsGenoFile genome.fasta
popd
popd >& /dev/null
set Fasta = $temp/genome.fasta