SHA256
1
0
forked from pool/suse-hpc

Accepting request 586048 from home:eeich:branches:science:HPC

- Append a newline to the shebang line prepended by the
  %hpc_shebang_prepend_list macro (boo#1084951).

OBS-URL: https://build.opensuse.org/request/show/586048
OBS-URL: https://build.opensuse.org/package/show/science:HPC/suse-hpc?expand=0&rev=22
This commit is contained in:
Egbert Eich 2018-03-12 19:23:13 +00:00 committed by Git OBS Bridge
parent d2de6d5383
commit 599bb76cf4
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