Skip to content

Commit

Permalink
Merge pull request #20 from ublue-os/main
Browse files Browse the repository at this point in the history
[pull] main from ublue-os:main
  • Loading branch information
pull[bot] authored Dec 22, 2024
2 parents cfed921 + 7d6fdeb commit 9ad6778
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions system_files/desktop/shared/usr/libexec/ublue-motd
Original file line number Diff line number Diff line change
@@ -1,4 +1,11 @@
#!/usr/bin/bash

# Exit immediately if this is a Midnight Commander (mc) subshell.
# Fixes issue #2003.
if [[ -n "$MC_SID" ]]; then
exit 0
fi

escape() {
sed 's/[&/\]/\\&/g' <<< "$1"
}
Expand Down

0 comments on commit 9ad6778

Please sign in to comment.