quote
This commit is contained in:
parent
df1fb4f343
commit
558c5d82c3
1 changed files with 1 additions and 1 deletions
|
@ -9,7 +9,7 @@ SH_MAIN="${SH_ROOT}/${SH_MAIN_NAME}"
|
||||||
|
|
||||||
# variables
|
# variables
|
||||||
|
|
||||||
SH_SHELL="$(cat /proc/${$}/comm)"
|
SH_SHELL="$(cat "/proc/${$}/comm")"
|
||||||
SH_USER="${HOME}/${SH_NAME}"
|
SH_USER="${HOME}/${SH_NAME}"
|
||||||
|
|
||||||
# functions
|
# functions
|
||||||
|
|
Loading…
Reference in a new issue