Skip to content

Commit

Permalink
trying to resolve #9
Browse files Browse the repository at this point in the history
  • Loading branch information
circulosmeos committed Feb 1, 2019
1 parent 4473131 commit b6d5341
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion gdown.pl
Original file line number Diff line number Diff line change
Expand Up @@ -67,6 +67,6 @@
sub execute_command() {
$COMMAND="wget --no-check-certificate --load-cookie $TEMP --save-cookie $TEMP \"$URL\"";
$COMMAND.=" -O \"$FILENAME\"" if $FILENAME ne '';
`$COMMAND`;
system ( $COMMAND );
return 1;
}

0 comments on commit b6d5341

Please sign in to comment.