This website requires JavaScript.
Explore
Help
Register
Sign In
EvolutionOS
/
neofetch
Archived
Watch
1
Star
0
Fork
You've already forked neofetch
0
Code
Issues
Pull Requests
Packages
Projects
Releases
Wiki
Activity
Added missing exit, it's late
Browse Source
...
This commit is contained in:
Dylan
2016-01-18 00:56:20 +11:00
parent
c7742fca0a
commit
7fb2a53243
1 changed files
with
1 additions
and
0 deletions
Show all changes
Ignore whitespace when comparing lines
Ignore changes in amount of whitespace
Ignore changes in whitespace at EOL
Show Stats
Download Patch File
Download Diff File
Expand all files
Collapse all files
1
fetch
Unescape
Escape
View File
@ -276,6 +276,7 @@ case "$(uname)" in
*)
*)
printf "%s\n" "Couldn't detect OS, exiting"
printf "%s\n" "Couldn't detect OS, exiting"
exit
;;
;;
esac
esac
Reference in New Issue
Repository
EvolutionOS/neofetch
Title
Body
Create Issue