From 7a2f2bbf0855db14c8c4b76c451686d4092a2b87 Mon Sep 17 00:00:00 2001 From: Narvin Singh Date: Tue, 29 Dec 2020 22:32:16 -0500 Subject: [PATCH] Style: Remove unnecessary declare statements --- xrsbs | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/xrsbs b/xrsbs index 849ed20..22f85fd 100755 --- a/xrsbs +++ b/xrsbs @@ -1,6 +1,6 @@ #!/bin/bash -declare -r USAGE=" +USAGE=" USAGE: xrsbs [] [] action A comma or space separated list of actions to associate with the @@ -36,8 +36,8 @@ EXAMPLES: xrsbs 'bat,dt' m true " -declare -r DAEMON=xrsbd -declare -r ACTION_DIR=/tmp/xrsb-action/ +DAEMON=xrsbd +ACTION_DIR=/tmp/xrsb-action/ # Convert integer milliseconds to floating point seconds ms_to_s () {