mirror of
https://gitlab.com/scemama/qmcchem.git
synced 2024-11-07 06:33:38 +01:00
Fixed \t
This commit is contained in:
parent
19ac3509e9
commit
4cbf753142
@ -20,7 +20,7 @@ rule download
|
|||||||
|
|
||||||
rule install
|
rule install
|
||||||
command = ./scripts/install_${target}.sh > _build/${target}.log 2>&1 && touch _build/${target}.ok || cat _build/${target}.log
|
command = ./scripts/install_${target}.sh > _build/${target}.log 2>&1 && touch _build/${target}.ok || cat _build/${target}.log
|
||||||
description = Installing ${descr} \t| tail -f install/_build/${target}.log
|
description = Installing ${descr} | tail -f install/_build/${target}.log
|
||||||
|
|
||||||
|
|
||||||
# Builds
|
# Builds
|
||||||
|
Loading…
Reference in New Issue
Block a user