File tree Expand file tree Collapse file tree 2 files changed +5
-2
lines changed Expand file tree Collapse file tree 2 files changed +5
-2
lines changed Original file line number Diff line number Diff line change 2
2
3
3
set -eo pipefail
4
4
5
+ export HERMIT_USER_HOME=~
6
+
5
7
if [ -z " ${HERMIT_STATE_DIR} " ]; then
6
8
case " $( uname -s) " in
7
9
Darwin)
8
- export HERMIT_STATE_DIR=" ${HOME } /Library/Caches/hermit"
10
+ export HERMIT_STATE_DIR=" ${HERMIT_USER_HOME } /Library/Caches/hermit"
9
11
;;
10
12
Linux)
11
- export HERMIT_STATE_DIR=" ${XDG_CACHE_HOME:- ${HOME } / .cache} /hermit"
13
+ export HERMIT_STATE_DIR=" ${XDG_CACHE_HOME:- ${HERMIT_USER_HOME } / .cache} /hermit"
12
14
;;
13
15
esac
14
16
fi
Original file line number Diff line number Diff line change 54
54
"ec14f88a38560d4524a8679f36fdfb2fb46ccd13bc399c3cddf3ca9f441952ec" ,
55
55
"4a4353c2147bb92bc2407a4b94817a90048c39d5f3cb08de807e7860517444c0" ,
56
56
"4b9ed62ae1a7101db99ab7997a67f47a8bac39eeac75b99a515d2545645b1c21" ,
57
+ "9413f2347c5f70e6a004e62b7faac99d3bb1666f86451ed1f6e05a679e3bc27c" ,
57
58
}
58
59
59
60
//go:embed files
You can’t perform that action at this time.
0 commit comments