summaryrefslogtreecommitdiffstats
path: root/installer
diff options
context:
space:
mode:
authorCosta Tsaousis (ktsaou) <costa@tsaousis.gr>2017-04-01 21:06:56 +0300
committerCosta Tsaousis (ktsaou) <costa@tsaousis.gr>2017-04-01 21:06:56 +0300
commit10a624a7e059400253850b1efa714bdca5d346a0 (patch)
tree480ea88473348702110eed7799c54989f1892189 /installer
parentb9bd846814b337020508c8f4dbac12112bc25859 (diff)
show full directory on relative commands
Diffstat (limited to 'installer')
-rw-r--r--installer/functions.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/installer/functions.sh b/installer/functions.sh
index dac82119c8..2464683712 100644
--- a/installer/functions.sh
+++ b/installer/functions.sh
@@ -144,7 +144,7 @@ run_failed() {
run_logfile="/dev/null"
run() {
- local user="${USER}" dir="$(basename "${PWD}")" info info_console
+ local user="${USER}" dir="${PWD}" info info_console
if [ "${UID}" = "0" ]
then