Skip to content

Commit

Permalink
Revert "Fix command alias"
Browse files Browse the repository at this point in the history
This reverts commit 4f465f6.
  • Loading branch information
KevCui committed Aug 22, 2022
1 parent 4f465f6 commit 61dca37
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion animepahe-dl.sh
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,6 @@ set_var() {
_JQ="$(command -v jq)" || command_not_found "jq"
_FZF="$(command -v fzf)" || command_not_found "fzf"
_NODE="$(command -v node)" || command_not_found "node"
[[ "$_NODE" == *"alias "* ]] && _NODE="$(sed -E "s/.*='//;s/'$//" <<< "$_NODE")"
_FFMPEG="$(command -v ffmpeg)" || command_not_found "ffmpeg"
if [[ ${_PARALLEL_JOBS:-} -gt 1 ]]; then
_OPENSSL="$(command -v openssl)" || command_not_found "openssl"
Expand Down

0 comments on commit 61dca37

Please sign in to comment.