Accepting request 586049 from science:HPC

- Append a newline to the shebang line prepended by the
  %hpc_shebang_prepend_list macro (boo#1084951). (forwarded request 586048 from eeich)

OBS-URL: https://build.opensuse.org/request/show/586049
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/suse-hpc?expand=0&rev=10
This commit is contained in:
Dominique Leuenberger 2018-03-13 09:24:50 +00:00 committed by Git OBS Bridge
commit ba50bb1588
2 changed files with 7 additions and 1 deletions

View File

@ -583,7 +583,7 @@ The package %{n_name}%{_p_ext} provides the dependency to get the latest version
if [[ $line =~ \\#\\!.* ]]; then \
true \
else \
sed -i -e "1s;^;$_hpc_newline;" $file; \
sed -i -e "1s;^;$_hpc_newline\\n;" $file; \
fi \
chmod a+x $file \
fi \

View File

@ -1,3 +1,9 @@
-------------------------------------------------------------------
Mon Mar 12 19:20:16 UTC 2018 - eich@suse.com
- Append a newline to the shebang line prepended by the
%hpc_shebang_prepend_list macro (boo#1084951).
-------------------------------------------------------------------
Sun Feb 25 19:03:15 UTC 2018 - eich@suse.com