2
0
mirror of https://github.com/bpkg/bpkg synced 2024-11-08 01:10:36 +00:00

Removed unnecessary VERSION on the install.sh script

This commit is contained in:
Alexandre Dantas 2014-06-17 03:14:56 -03:00
parent ac4be078ea
commit 28b5c87ce7

View File

@ -1,6 +1,5 @@
#!/bin/bash
VERSION="0.0.1"
REMOTE=${REMOTE:-https://github.com/bpkg/bpkg.git}
TMPDIR=${TMPDIR:-/tmp}
DEST=${DEST:-${TMPDIR}/bpkg-master}