Skip to content

Commit

Permalink
Merge pull request #364 from garanews/patch-1
Browse files Browse the repository at this point in the history
fix: "cut: the delimiter must be a single character"
  • Loading branch information
3c7 authored Nov 9, 2018
2 parents b0041a6 + 1c13bfa commit 4b4f3af
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion analyzers/Virusshare/getHashes.sh
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ fi

cd $1
for u in `curl https://virusshare.com/hashes.4n6 | grep -E "VirusShare_[0-9]{5}\.md5" | c\
ut -d -f2 | cut -d\/ -f2`
ut -d\" -f2 | cut -d\/ -f2`
do
echo $u
if [ -e $1/$u ]; then
Expand Down

0 comments on commit 4b4f3af

Please sign in to comment.