File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1616
1717# Internal config
1818# Do not change these values.
19- script_path=" $( readlink -f ${0 %/* } ) "
19+ script_path=" $( cd -P " $( dirname " $( readlink -f " $0 " ) " ) " && pwd ) "
2020defaultconfig=" ${script_path} /default.conf"
2121rebuild=false
2222customized_username=false
Original file line number Diff line number Diff line change 11#! /usr/bin/env bash
22
3- script_path=" $( readlink -f ${0 %/* } ) "
3+ script_path=" $( cd -P " $( dirname " $( readlink -f " $0 " ) " ) " && pwd ) "
44
55cd " ${script_path} "
66sudo make clean
Original file line number Diff line number Diff line change 11#! /usr/bin/env bash
22
3- script_path=" $( readlink -f ${0 %/* } ) "
3+ script_path=" $( cd -P " $( dirname " $( readlink -f " $0 " ) " ) " && pwd ) "
44
55channnels=(
66 " xfce"
Original file line number Diff line number Diff line change 1414
1515set -e
1616
17- script_path=" $( readlink -f ${0 %/* } ) "
17+ script_path=" $( cd -P " $( dirname " $( readlink -f " $0 " ) " ) " && pwd ) "
1818arch=$( uname -m)
1919
2020
Original file line number Diff line number Diff line change 44
55nobuild=false
66
7- script_path=" $( readlink -f ${0 %/* } ) "
7+ script_path=" $( cd -P " $( dirname " $( readlink -f " $0 " ) " ) " && pwd ) "
88
99build_arch=$( uname -m)
1010
You can’t perform that action at this time.
0 commit comments