mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2024-11-22 07:30:19 +00:00
Meta: Adhere to latest ScriptCheck standards (SC2268)
This commit is contained in:
parent
3e32acc3e4
commit
19bd302f6a
Notes:
sideshowbarker
2024-07-18 01:36:56 +09:00
Author: https://github.com/thislooksfun Commit: https://github.com/SerenityOS/serenity/commit/19bd302f6ab Pull-request: https://github.com/SerenityOS/serenity/pull/10652 Reviewed-by: https://github.com/BenWiederhake ✅
1 changed files with 1 additions and 1 deletions
|
@ -41,7 +41,7 @@ if (( ${#files[@]} )); then
|
|||
exit 1
|
||||
fi
|
||||
|
||||
if [ "$#" -gt "0" ] && [ "x--overwrite-inplace" = "x$1" ] ; then
|
||||
if [ "$#" -gt "0" ] && [ "--overwrite-inplace" = "$1" ] ; then
|
||||
true # The only way to run this script.
|
||||
else
|
||||
# Note that this branch also covers --help, -h, -help, -?, etc.
|
||||
|
|
Loading…
Reference in a new issue