Files
ficus/env.sh
2023-09-06 18:44:38 +02:00

7 lines
172 B
Bash
Executable File

#!/bin/bash
if [ -z "$OS2_ROOT" ]; then
echo OS2_ROOT is blank setting default!
export OS2_ROOT=$(cd -- "$(dirname -- "${BASH_SOURCE[0]}")" &>/dev/null && pwd)
fi