From 6cb89f0cd680751599f1ca3038b3ab41467e3485 Mon Sep 17 00:00:00 2001 From: fbt Date: Sat, 17 Jan 2015 16:38:52 +0300 Subject: [PATCH] Code cleanup, thx to http://www.shellcheck.net --- sx-open | 1 - 1 file changed, 1 deletion(-) diff --git a/sx-open b/sx-open index e7c7c96..5f08eaa 100755 --- a/sx-open +++ b/sx-open @@ -3,7 +3,6 @@ # Source the config file. cfg_file="$HOME/.config/sx-open.cfg" -cfg_uri_regex='^[A-Za-z]([A-Za-z0-9+.-]+)?://.+' [[ -f "$cfg_file" ]] && { source "$cfg_file"; } usage() { echo "${0##*/} "; }