Skip to content
This repository was archived by the owner on May 17, 2019. It is now read-only.

Commit 72fa11e

Browse files
author
NerdOfCode
committed
Updated for latest support
1 parent 0cc3bb6 commit 72fa11e

2 files changed

Lines changed: 2 additions & 0 deletions

File tree

Bin/cmd_src/mkdir.c

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -30,6 +30,7 @@ int main(int argc, char *argv[]){
3030

3131
if(ret != 0){
3232
printf(RED_TEXT"%s\n"RESET,strerror(errno));
33+
return ret;
3334
}
3435

3536
return 0;

README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,7 @@
55
| Ubuntu 16.04 | <img src="https://img.shields.io/badge/Build-Passing-brightgreen.svg"> |
66
| Ubuntu 18.04 | <img src="https://img.shields.io/badge/Build-Passing-brightgreen.svg"> |
77
| CentOS 7.5 | <img src="https://img.shields.io/badge/Build-Passing-brightgreen.svg"> |
8+
| Fedora 28 | <img src="https://img.shields.io/badge/Build-Passing-brightgreen.svg"> |
89

910
A quick and simple shell in C that is designed to be fast and efficient... This shell is in early stages of development...
1011

0 commit comments

Comments
 (0)