root
This commit is contained in:
parent
efad854652
commit
c99fa38daa
1 changed files with 3 additions and 1 deletions
|
@ -1,6 +1,8 @@
|
|||
#! /usr/bin/env sh
|
||||
|
||||
root="/sw/python/cpypy"
|
||||
file="$(readlink --canonicalize-existing "${0}")"
|
||||
root="$(dirname "${file}")"
|
||||
root="${root}/root/py/cpypy"
|
||||
|
||||
data="download-metadata.json"
|
||||
|
||||
|
|
Loading…
Reference in a new issue