mirror of
https://github.com/arkenfox/user.js.git
synced 2025-05-03 23:43:40 +02:00
typos
This commit is contained in:
parent
0c824af8d2
commit
ad5426111c
1 changed files with 3 additions and 3 deletions
|
@ -47,7 +47,7 @@ set_wd () {
|
||||||
elif [ "$(expr substr $(uname -s) 1 5)" == "Linux" ]; then
|
elif [ "$(expr substr $(uname -s) 1 5)" == "Linux" ]; then
|
||||||
firefox_dir=~/.mozilla/firefox/
|
firefox_dir=~/.mozilla/firefox/
|
||||||
else
|
else
|
||||||
echo -e ${RED}"Error: Sorry, -l is not suppported for your OS"${NC}
|
echo -e ${RED}"Error: Sorry, -l is not supported for your OS"${NC}
|
||||||
exit 1
|
exit 1
|
||||||
fi
|
fi
|
||||||
echo -e ${GREEN}"The following profiles were found:\n"${ORANGE}
|
echo -e ${GREEN}"The following profiles were found:\n"${ORANGE}
|
||||||
|
@ -106,7 +106,7 @@ legacy_argument () {
|
||||||
}
|
}
|
||||||
|
|
||||||
#########################
|
#########################
|
||||||
# File Handeling #
|
# File Handling #
|
||||||
#########################
|
#########################
|
||||||
|
|
||||||
# Download method priority: curl -> wget -> perl
|
# Download method priority: curl -> wget -> perl
|
||||||
|
@ -333,7 +333,7 @@ create_diff () {
|
||||||
|
|
||||||
if [ $# != 0 ]; then
|
if [ $# != 0 ]; then
|
||||||
legacy_lc="$(echo $1 | tr '[A-Z]' '[a-z]')"
|
legacy_lc="$(echo $1 | tr '[A-Z]' '[a-z]')"
|
||||||
# Display usage if first arguement is -help or --help
|
# Display usage if first argument is -help or --help
|
||||||
if [ $1 = "--help" ] || [ $1 = "-help" ]; then
|
if [ $1 = "--help" ] || [ $1 = "-help" ]; then
|
||||||
usage
|
usage
|
||||||
elif [ $legacy_lc = "-donotupdate" ]; then
|
elif [ $legacy_lc = "-donotupdate" ]; then
|
||||||
|
|
Loading…
Add table
Reference in a new issue