mirror of
https://github.com/megastep/makeself.git
synced 2025-09-26 19:41:12 +08:00
Use readlink to help on NetBSD
This commit is contained in:
@@ -1,6 +1,6 @@
|
||||
#!/bin/sh
|
||||
set -eu
|
||||
THIS="$(realpath "$0")"
|
||||
THIS="$(readlink -f "$0")"
|
||||
THISDIR="$(dirname "${THIS}")"
|
||||
SRCDIR="$(dirname "${THISDIR}")"
|
||||
VERSION="$(cat "${SRCDIR}/VERSION")"
|
||||
|
Reference in New Issue
Block a user