shellchecking

This commit is contained in:
Jonas Forsberg
2020-10-13 09:13:20 +02:00
parent a4bbc226f2
commit 8faaf0922a
4 changed files with 25 additions and 12 deletions

View File

@@ -134,7 +134,7 @@ function firefox_config(){
set +e
pkill -f firefox
set -e
$HOME/bin/install_firefox_addon
"$HOME"/bin/install_firefox_addon
}
function chrome_config(){
@@ -231,7 +231,7 @@ while :; do
break
;;
-?*)
printf "'$1' is not a valid option\n" >&2
printf "'%s' is not a valid option\n" "$1" >&2
exit 1
;;
*) #Break out of case, no more options