shellchecking
This commit is contained in:
@@ -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
|
||||
|
Reference in New Issue
Block a user