diff options
Diffstat (limited to 'libreboot')
-rwxr-xr-x | libreboot | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -133,7 +133,7 @@ libreboot_tool() { } libreboot_setup() { - root="$(realpath "$(dirname "$0")")" + root="$(readlink -f "$(dirname "$0")")" executable="$(basename "$0")" local requirements="git" |