Skip to content

Commit

Permalink
Exiting with 0 status now.
Browse files Browse the repository at this point in the history
  • Loading branch information
Brett Bohnenkamper committed Aug 8, 2012
1 parent 6efefd8 commit f94423b
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions screenfetch-dev
Expand Up @@ -1759,10 +1759,8 @@ for i in "${display[@]}"; do
if [[ $i =~ wm ]]; then
! [[ $WM ]] && detectwm;
! [[ $Win_theme ]] && detectwmtheme;
else

[[ "${display[*]}" =~ "$i" ]] && detect${i}

else
[[ "${display[*]}" =~ "$i" ]] && detect${i}
fi
done

Expand All @@ -1777,3 +1775,5 @@ fi
infoDisplay
[ "$screenshot" == "1" ] && takeShot
[ "$exportTheme" == "1" ] && themeExport

exit 0

0 comments on commit f94423b

Please sign in to comment.