Improve scripts

This commit is contained in:
Alex Kotov 2022-06-02 17:57:30 +03:00
parent 34ae2987c9
commit 5dc1bf89b0
Signed by: kotovalexarian
GPG Key ID: 553C0EBBEB5D5F08
4 changed files with 4 additions and 4 deletions

View File

@ -1,6 +1,6 @@
#!/bin/sh
set -e
set -eux
REPO="$(realpath "$(dirname "$(realpath "$0")")/../..")"

View File

@ -1,6 +1,6 @@
#!/bin/sh
set -e
set -eux
REPO="$(realpath "$(dirname "$(realpath "$0")")/../..")"

View File

@ -1,6 +1,6 @@
#!/bin/sh
set -e
set -eux
REPO="$(realpath "$(dirname "$(realpath "$0")")/../..")"

2
fetch
View File

@ -1,6 +1,6 @@
#!/bin/sh
set -e
set -eux
REPO="$(realpath "$(dirname "$(realpath "$0")")")"