public inbox for git-commits@fedoraproject.org
help / color / mirror / Atom feed
* [rpms/setup] update_services: Whitespace and typo fix
@ 2026-06-22 15:56
0 siblings, 0 replies; only message in thread
From: @ 2026-06-22 15:56 UTC (permalink / raw)
To: git-commits
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
^ permalink raw reply related [flat|nested] only message in thread
only message in thread, other threads:[~2026-06-22 15:56 UTC | newest]
Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2026-06-22 15:56 [rpms/setup] update_services: Whitespace and typo fix
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox