4 lines
74 B
Bash
4 lines
74 B
Bash
|
# Make sure KDEDIR is set
|
||
|
[ -z "$KDEDIR" ] && KDEDIR="/usr"
|
||
|
export KDEDIR
|