From 7ab120aab5c6f25e6d38c1b8bd0dcdc011e7876d Mon Sep 17 00:00:00 2001 From: Silvio Rhatto Date: Thu, 21 Sep 2017 17:21:03 -0300 Subject: Variable fix --- stowpkg | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/stowpkg b/stowpkg index 5455476..739784c 100755 --- a/stowpkg +++ b/stowpkg @@ -164,7 +164,7 @@ stowpkg_install () { if [ "$source_format" = "git" ]; then git fetch --all - git checkout version + git checkout $version fi # Build -- cgit v1.2.3