Skip to content

Commit

Permalink
Whoops, accidental paste.
Browse files Browse the repository at this point in the history
  • Loading branch information
Brett Bohnenkamper committed Mar 30, 2013
1 parent d253134 commit ae9c16a
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions screenfetch-dev
Expand Up @@ -1324,10 +1324,7 @@ detectgtk () {
gtkFont=$(awk -F'"' '/gtk-font-name/ {print $2}' $HOME/.gtkrc-2.0)
fi
fi
# $H # Cygwin Check
if [ "$distro" == "Unknown" ]; then
distro_detect=$(uname -o)
if [ "$distro_detect" == "Cygwin" ]; then distro="Cygwin"; fiOME/.gtkrc.mine theme detect only
# $HOME/.gtkrc.mine theme detect only
if [ -f $HOME/.gtkrc.mine ]; then
if grep -q "^include" $HOME/.gtkrc.mine; then
gtk2Theme=$(grep '^include.*gtkrc' $HOME/.gtkrc.mine | awk -F "/" '{ print $5 }')
Expand Down

0 comments on commit ae9c16a

Please sign in to comment.