aboutsummaryrefslogtreecommitdiff
path: root/libreboot
diff options
context:
space:
mode:
Diffstat (limited to 'libreboot')
-rwxr-xr-xlibreboot2
1 files changed, 1 insertions, 1 deletions
diff --git a/libreboot b/libreboot
index 13211d69..f02de202 100755
--- a/libreboot
+++ b/libreboot
@@ -133,7 +133,7 @@ libreboot_tool() {
}
libreboot_setup() {
- root="$(realpath "$(dirname "$0")")"
+ root="$(readlink -f "$(dirname "$0")")"
executable="$(basename "$0")"
local requirements="git"