Skip to content

Commit

Permalink
Improve scripts
Browse files Browse the repository at this point in the history
  • Loading branch information
kotovalexarian committed Jun 2, 2022
1 parent 34ae298 commit 5dc1bf8
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion build/i386/build
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
#!/bin/sh

set -e
set -eux

REPO="$(realpath "$(dirname "$(realpath "$0")")/../..")"

Expand Down
2 changes: 1 addition & 1 deletion build/riscv64/build
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
#!/bin/sh

set -e
set -eux

REPO="$(realpath "$(dirname "$(realpath "$0")")/../..")"

Expand Down
2 changes: 1 addition & 1 deletion build/x86_64/build
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
#!/bin/sh

set -e
set -eux

REPO="$(realpath "$(dirname "$(realpath "$0")")/../..")"

Expand Down
2 changes: 1 addition & 1 deletion fetch
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
#!/bin/sh

set -e
set -eux

REPO="$(realpath "$(dirname "$(realpath "$0")")")"

Expand Down

0 comments on commit 5dc1bf8

Please sign in to comment.