Skip to content

Commit

Permalink
Oops, second parameter vanished lately
Browse files Browse the repository at this point in the history
  • Loading branch information
Olf0 authored Dec 19, 2022
1 parent 39dbacc commit d482b54
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion rpm/harbour-storeman-installer.spec
Original file line number Diff line number Diff line change
Expand Up @@ -163,7 +163,7 @@ exit 0
umask 7113 # Most implementations ignore the first octet
# [ "$PWD" = / ] || cd / # Set PWD to /, if not already; omitted,
# because the scriptlets are executed with PWD safely set to /.
setsid --fork sh -c '(%{_bindir}/%{name} "$1" "$2") &' sh_call-inst-storeman "$$" >> "%{logfile}" 2>&1 <&-
setsid --fork sh -c '(%{_bindir}/%{name} "$1" "$2")' sh_call-inst-storeman "$$" "%{logfile}" >> "%{logfile}" 2>&1 <&-
exit 0

%files
Expand Down

0 comments on commit d482b54

Please sign in to comment.