summaryrefslogtreecommitdiffstats
path: root/lib/fd.sh
diff options
context:
space:
mode:
Diffstat (limited to 'lib/fd.sh')
-rw-r--r--lib/fd.sh3
1 files changed, 1 insertions, 2 deletions
diff --git a/lib/fd.sh b/lib/fd.sh
index 0f78a40..95d68b6 100644
--- a/lib/fd.sh
+++ b/lib/fd.sh
@@ -74,8 +74,7 @@ fopen()
FD="${fd}"
return 0
else
- FD=''
- return 1
+ error 2 "$(get_msg 'cant_fopen')"
fi
}