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:
parent
d2de6d5383
commit
599bb76cf4
@ -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 \
|
||||
|
@ -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
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user