mirror of
https://src.fedoraproject.org/rpms/sagemath.git
synced 2025-04-22 19:55:54 -04:00
Use interactive bash on wrappers to work with other login shells (#1238341)
This commit is contained in:
parent
396208cf9a
commit
323995b4e3
1 changed files with 2 additions and 1 deletions
|
@ -942,7 +942,7 @@ popd
|
||||||
|
|
||||||
#------------------------------------------------------------------------
|
#------------------------------------------------------------------------
|
||||||
cat > %{buildroot}%{_bindir}/sage << EOF
|
cat > %{buildroot}%{_bindir}/sage << EOF
|
||||||
#!/bin/sh
|
#!/bin/bash -i
|
||||||
|
|
||||||
export CUR=\`pwd\`
|
export CUR=\`pwd\`
|
||||||
##export DOT_SAGE="\$HOME/.sage"
|
##export DOT_SAGE="\$HOME/.sage"
|
||||||
|
@ -1370,6 +1370,7 @@ exit 0
|
||||||
%changelog
|
%changelog
|
||||||
* Sun Jul 19 2015 pcpa <paulo.cesar.pereira.de.andrade@gmail.com> - 6.5-7
|
* Sun Jul 19 2015 pcpa <paulo.cesar.pereira.de.andrade@gmail.com> - 6.5-7
|
||||||
- Correct unable to start QEPCAD within sage (#1243590)
|
- Correct unable to start QEPCAD within sage (#1243590)
|
||||||
|
- Use interactive bash on wrappers to work with other login shells (#1238341)
|
||||||
|
|
||||||
* Fri Jun 19 2015 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 6.5-6
|
* Fri Jun 19 2015 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 6.5-6
|
||||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_23_Mass_Rebuild
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_23_Mass_Rebuild
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue