diff options
author | Jan Alexander Steffens (heftig) <jan.steffens@gmail.com> | 2017-03-07 19:19:29 +0100 |
---|---|---|
committer | Jan Alexander Steffens (heftig) <jan.steffens@gmail.com> | 2017-03-07 19:35:09 +0100 |
commit | 66553e7e07af9261e55c7c287615b61dc080593d (patch) | |
tree | 5289ff39792fbfeff3973d2850cae455a439df54 /lib/archroot.sh | |
parent | cda9cf436b2897b063c1e40efb144404aad8b821 (diff) | |
download | devtools32-66553e7e07af9261e55c7c287615b61dc080593d.tar.xz |
lib/archroot.sh: Move CHROOT_VERSION to a common file
Diffstat (limited to 'lib/archroot.sh')
-rw-r--r-- | lib/archroot.sh | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/lib/archroot.sh b/lib/archroot.sh new file mode 100644 index 0000000..25e94fb --- /dev/null +++ b/lib/archroot.sh @@ -0,0 +1 @@ +CHROOT_VERSION='v4' |