From 04b8577a76782b8a5fdb61b847ec925beeaabecc Mon Sep 17 00:00:00 2001 From: void Date: Sun, 16 May 2021 16:20:29 +0000 Subject: [PATCH] =?UTF-8?q?POSIXificaci=C3=B3n?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- haini.sh | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/haini.sh b/haini.sh index de776af..9daeef1 100755 --- a/haini.sh +++ b/haini.sh @@ -1,9 +1,8 @@ #!/bin/sh # Fallar ante cualquier error set -e -set -E -DIR="`realpath $0 | xargs -r dirname`" +DIR="$(realpath "$0" | xargs -r dirname)" # Por ahora sólo soportamos x86_64 uname -m | grep -q x86_64 || exit 1