summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--lib/fd.sh3
-rw-r--r--locale/en_US.sh1
2 files changed, 2 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
}
diff --git a/locale/en_US.sh b/locale/en_US.sh
index 02f82a9..e3cfa83 100644
--- a/locale/en_US.sh
+++ b/locale/en_US.sh
@@ -23,6 +23,7 @@ msg_prokit_opt_V_summary='print version information'
# lib/fd.sh
msg_prokit_emfile='Too many open files'
+msg_prokit_cant_fopen='Cannot open file'
msg_prokit_ebadf='Bad file descriptor'
# lib/cmd.sh