We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c01e1cb commit 85f86c3Copy full SHA for 85f86c3
install-clara
@@ -34,7 +34,7 @@ function litter() {
34
then
35
echo -e "\nSee temporary build directory for more info:\n\t$tmp_dir"
36
else
37
- rm -rf $tmp_dir && echo -e "\nRemoved temporary build directory:\n\t$tmp_dir"
+ rm -rf $tmp_dir
38
fi
39
40
}
@@ -117,7 +117,6 @@ fi
117
tmp_dir=$(mktemp -d tmp.install-clara.XXXXXX)
118
[ $? -ne 0 ] && error "Cannot create temporary directory: $tmp_dir"
119
tmp_dir=$(cd $tmp_dir && pwd)
120
-echo -e "\nCreating temporary build directory:\n\t$tmp_dir"
121
cd $tmp_dir
122
123
# CLARA:
0 commit comments