Skip to content

Commit

Permalink
Merge pull request #633 from cody-rocker/master
Browse files Browse the repository at this point in the history
Fix: issue #627
  • Loading branch information
darealshinji authored Sep 3, 2019
2 parents 8fba3ff + d850a33 commit 50ac492
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion screenfetch-dev
Original file line number Diff line number Diff line change
Expand Up @@ -1921,7 +1921,7 @@ detectde () {
{
if ($1 ~ /^_DT_SAVE_MODE/) {
de = $NF
gsub(/\"/,"",de)
gsub(/"/,"",de)
de = toupper(de)
exit
}
Expand Down

0 comments on commit 50ac492

Please sign in to comment.