From 9c21013c3fb3364da45e7498a7cb454f09a80fe1 Mon Sep 17 00:00:00 2001 From: Daniel Friesel Date: Sat, 21 Nov 2009 22:59:05 +0100 Subject: Remove fdie --- etc/functions/off | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'etc/functions/off') diff --git a/etc/functions/off b/etc/functions/off index f1c104d..36e5aeb 100644 --- a/etc/functions/off +++ b/etc/functions/off @@ -33,7 +33,7 @@ while [[ $1 == -* ]] { return 0 ;; -|--) shift; break ;; - *) fdie "Unrecognized option: $1"; return 1 ;; + *) echo "Unrecognized option: $1" >&2 ; return 1 ;; esac shift } -- cgit v1.2.3