From d89dc64913f47b38ed41aa88146b2a81cd3111e9 Mon Sep 17 00:00:00 2001 From: Jan Pokorný Date: Fri, 31 Jul 2015 14:53:21 +0200 Subject: properly mark designated constant(s) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Jan Pokorný --- uudev.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/uudev.sh b/uudev.sh index 882adde..17d11b5 100755 --- a/uudev.sh +++ b/uudev.sh @@ -14,7 +14,7 @@ exec <&- set -eu -declare holdtime=10 +declare -e holdtime=10 main() { local line -- cgit