From be1b6c19f63e84192febec4895f0e2685f1eaa9f Mon Sep 17 00:00:00 2001 From: Nicolas Boisselier Date: Thu, 7 Apr 2016 14:16:23 +0100 Subject: [PATCH] csv2human --- etc/profile.d/functions | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/etc/profile.d/functions b/etc/profile.d/functions index 0f3a4881..ed704b89 100644 --- a/etc/profile.d/functions +++ b/etc/profile.d/functions @@ -423,7 +423,7 @@ csv2human() { ;; *) echo "Unknow option: $1 at $0!"; - exit -1 + return -1 ;; esac; shift; -- 2.47.3