summaryrefslogtreecommitdiffstats
path: root/lib
diff options
context:
space:
mode:
Diffstat (limited to 'lib')
-rwxr-xr-xlib/container/version4
1 files changed, 3 insertions, 1 deletions
diff --git a/lib/container/version b/lib/container/version
index b7e259d..b57c17d 100755
--- a/lib/container/version
+++ b/lib/container/version
@@ -18,4 +18,6 @@
set -e
-cat /usr/share/container-tools/VERSION.txt
+SHARE="/usr/share/container-tools"
+
+cat "${SHARE}/VERSION.txt"