summarylogtreecommitdiffstats
path: root/sonar-scanner.install
diff options
context:
space:
mode:
authorThomas Sarboni2016-11-15 11:10:55 +0100
committerThomas Sarboni2016-11-15 11:10:55 +0100
commit9fce4a985a02feeadd0397d40d27aaa3e2cb2547 (patch)
tree0473feeb256caca4f9ea30f601174a8608382b5a /sonar-scanner.install
parent95e375228d525240e8d2d52b7fe3969ea75ee758 (diff)
downloadaur-9fce4a985a02feeadd0397d40d27aaa3e2cb2547.tar.gz
Update way variables are set
Diffstat (limited to 'sonar-scanner.install')
-rw-r--r--sonar-scanner.install4
1 files changed, 2 insertions, 2 deletions
diff --git a/sonar-scanner.install b/sonar-scanner.install
index 93e57d906a2b..817f9298ca4f 100644
--- a/sonar-scanner.install
+++ b/sonar-scanner.install
@@ -2,8 +2,8 @@ post_install() {
echo 'In order to use sonar-scanner, you have to run the'
echo 'following commands. It will be done automatically at login.'
echo
- echo 'setenv SONAR_SCANNER_HOME "/opt/sonar-scanner"'
- echo 'setenv PATH "${PATH}:${SONAR_SCANNER_HOME}/bin"'
+ echo 'export SONAR_SCANNER_HOME="/opt/sonar-scanner"'
+ echo 'export PATH="${PATH}:${SONAR_SCANNER_HOME}/bin"'
echo
echo 'You also need to configure your sonar host url'
echo 'in /etc/sonar-scanner/sonar-scanner.properties'