Place filter tokens in script sources.

This commit is contained in:
Marco Vermeulen
2012-11-16 16:27:48 +00:00
parent 4938665d4b
commit cebd216468
3 changed files with 3 additions and 3 deletions

View File

@@ -1,5 +1,5 @@
#!/bin/bash
GVM_VERSION="0.8.2"
GVM_VERSION="@GVM_VERSION@"
PLATFORM=$(uname)
#

View File

@@ -1,6 +1,6 @@
#!/bin/bash
export GVM_SERVICE="http://get.gvmtool.net"
export GVM_SERVICE="@GVM_SERVICE@"
PATH="$HOME/.gvm/bin:$PATH"

View File

@@ -1,6 +1,6 @@
#!/bin/bash
GVM_SERVICE="http://localhost:8080"
GVM_SERVICE="@GVM_SERVICE@"
PLATFORM=$(uname)
echo ' '