Skip to content

Commit

Permalink
replace tabs with spaces
Browse files Browse the repository at this point in the history
  • Loading branch information
NuLL3rr0r committed May 8, 2019
1 parent 33b7342 commit 6b91668
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions reddit-wallpaper.sh
Original file line number Diff line number Diff line change
Expand Up @@ -295,11 +295,11 @@ fi

if [[ -z "${FIREFOX}" ]] ;
then
warn "Firefox executable not found!"
readonly FIREFOX_VERSION_STRING="${DEFAULT_FIREFOX_VERSION_STRING}"
warn "Setting Firefox version string to: ${FIREFOX_VERSION_STRING}"
warn "Firefox executable not found!"
readonly FIREFOX_VERSION_STRING="${DEFAULT_FIREFOX_VERSION_STRING}"
warn "Setting Firefox version string to: ${FIREFOX_VERSION_STRING}"
else
readonly FIREFOX_VERSION_STRING=$(${FIREFOX} -version)
readonly FIREFOX_VERSION_STRING=$(${FIREFOX} -version)
fi

readonly FIREFOX_VERSION_NUMBER=$(${ECHO} "${FIREFOX_VERSION_STRING}" | ${PERL} -nle "m/[-+]?([0-9]*\.[0-9]+|[0-9]+)/; ${PRINT} \$1")
Expand Down

0 comments on commit 6b91668

Please sign in to comment.