public inbox for git-commits@fedoraproject.org
help / color / mirror / Atom feed
To: git-commits@fedoraproject.org
Subject: [rpms/setup] update_services: Whitespace and typo fix
Date: Mon, 22 Jun 2026 15:56:22 GMT	[thread overview]
Message-ID: <178214378208.1.1624403174277669760.rpms-setup-8e709df8cd7e@fedoraproject.org> (raw)

            A new commit has been pushed.

            Repo   : rpms/setup
            Branch : update_services
            Commit : 8e709df8cd7e94f8c570e7516e1675b2df608419
            Author : Zbigniew Jędrzejewski-Szmek <zbyszek@in.waw.pl>
            Date   : 2024-05-27T14:32:47+02:00
            Stats  : +2/-3 in 2 file(s)
            URL    : https://src.fedoraproject.org/rpms/setup/c/8e709df8cd7e94f8c570e7516e1675b2df608419?branch=update_services

            Log:
            Whitespace and typo fix

I kept it out of the conversion commit to allow the converted results to
be trivially identical.

---
diff --git a/profile b/profile
index de8e9ab..6ce1347 100644
--- a/profile
+++ b/profile
@@ -60,7 +60,7 @@ export PATH USER LOGNAME MAIL HOSTNAME HISTSIZE HISTCONTROL
 
 for i in /etc/profile.d/*.sh /etc/profile.d/sh.local ; do
     if [ -r "$i" ]; then
-        if [ "${-#*i}" != "$-" ]; then 
+        if [ "${-#*i}" != "$-" ]; then
             . "$i"
         else
             . "$i" >/dev/null
@@ -82,4 +82,3 @@ then
    # Check for double sourcing is done in /etc/bashrc.
    . /etc/bashrc
 fi
-

diff --git a/setup.spec b/setup.spec
index 985c800..498335e 100644
--- a/setup.spec
+++ b/setup.spec
@@ -89,7 +89,7 @@ touch %{buildroot}/etc/environment
 chmod 0400 %{buildroot}/etc/{shadow,gshadow}
 touch %{buildroot}/etc/fstab
 echo "#Add any required envvar overrides to this file, it is sourced from /etc/profile" >%{buildroot}/etc/profile.d/sh.local
-echo "#Add any required envvar overrides to this file, is sourced from /etc/csh.login" >%{buildroot}/etc/profile.d/csh.local
+echo "#Add any required envvar overrides to this file, it is sourced from /etc/csh.login" >%{buildroot}/etc/profile.d/csh.local
 mkdir -p %{buildroot}/etc/motd.d
 mkdir -p %{buildroot}/run/motd.d
 mkdir -p %{buildroot}/usr/lib/motd.d

                 reply	other threads:[~2026-06-22 15:56 UTC|newest]

Thread overview: [no followups] expand[flat|nested]  mbox.gz  Atom feed

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=178214378208.1.1624403174277669760.rpms-setup-8e709df8cd7e@fedoraproject.org \
    --to=git-commits@fedoraproject.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox