Redirect output of pushd and popd to /dev/null
Former-commit-id: e6ce2c7387b5abd0ef3be9b58c23bbfe596a5aff Former-commit-id: 85e9495c91660380d531efb63a8f81aa393805cf
This commit is contained in:
@ -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
|
||||
|
||||
|
Reference in New Issue
Block a user