diff options
author | Silvio Rhatto <rhatto@riseup.net> | 2017-09-21 17:21:03 -0300 |
---|---|---|
committer | Silvio Rhatto <rhatto@riseup.net> | 2017-09-21 17:21:03 -0300 |
commit | 7ab120aab5c6f25e6d38c1b8bd0dcdc011e7876d (patch) | |
tree | ed5f6ff889bde5646a215f05e64d2a67bc907a6b | |
parent | 51b9e6d42fc2b6f43efe1d7239304791a438c32b (diff) | |
download | stowpkg-7ab120aab5c6f25e6d38c1b8bd0dcdc011e7876d.tar.gz stowpkg-7ab120aab5c6f25e6d38c1b8bd0dcdc011e7876d.tar.bz2 |
Variable fix
-rwxr-xr-x | stowpkg | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -164,7 +164,7 @@ stowpkg_install () { if [ "$source_format" = "git" ]; then git fetch --all - git checkout version + git checkout $version fi # Build |