10
0
mirror of https://github.com/LCPQ/quantum_package synced 2024-10-19 22:41:48 +02:00

Fixed paths.rc

This commit is contained in:
Anthony Scemama 2019-01-09 11:55:34 +01:00
parent c0546531ae
commit ce325c71e9
2 changed files with 4 additions and 5 deletions

View File

@ -3,8 +3,7 @@
export IRPF90=${QP_ROOT}/bin/irpf90
# Load irpman shell completion
(
irpman=$(tail -1 "${QP_ROOT}/bin/irpman" | cut --delimiter " " --field=2)
source $(dirname ${irpman})/../irpman-completions.bash
)
irpman=$(tail -1 "${QP_ROOT}/bin/irpman" | cut --delimiter " " --field=2)
source $(dirname ${irpman})/../irpman-completions.bash

View File

@ -4,7 +4,7 @@ if [[ -z $QP_PYTHON ]]
then
# Load dependencies
for i in ezfio.rc irpf90.rc network.rc ninja.rc ocaml.rc
for i in ezfio.rc irpf90.rc ninja.rc ocaml.rc
do
source $i
done