✏️ Fixed typo
This commit is contained in:
parent
eb6af6e64e
commit
60e55e3f3b
1 changed files with 4 additions and 4 deletions
|
|
@ -7,8 +7,8 @@ sdrc="$HOME"/.sdrc
|
||||||
if [[ -f "$sdrc" ]]; then
|
if [[ -f "$sdrc" ]]; then
|
||||||
source "$sdrc"
|
source "$sdrc"
|
||||||
else
|
else
|
||||||
prinf "%s\n" "error: no .sdrc file."
|
printf "%s\n" "error: no .sdrc file."
|
||||||
prinf "%s\n" "use sdir scriptt in desired directory first."
|
printf "%s\n" "use sdir scriptt in desired directory first."
|
||||||
exit 1
|
exit 1
|
||||||
fi
|
fi
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue