Common: change shell scripts

This commit is contained in:
Alex Kotov 2022-02-10 00:59:08 +05:00
parent 605a7634df
commit 53d11060a3
Signed by: kotovalexarian
GPG Key ID: 553C0EBBEB5D5F08
11 changed files with 14 additions and 16 deletions

View File

@ -1,3 +1,5 @@
#!/bin/sh
set -eux
exec autoreconf -isf

View File

@ -1,6 +1,6 @@
#!/bin/sh
set -e
set -eux
REPO="$(realpath "$(dirname "$(realpath "$0")")/..")"
if [ -f "$REPO/Makefile" ]; then make -C "$REPO" distclean; fi

View File

@ -1,6 +1,6 @@
#!/bin/sh
set -e
set -eux
REPO="$(realpath "$(dirname "$(realpath "$0")")/..")"
if [ -f "$REPO/Makefile" ]; then make -C "$REPO" distclean; fi

View File

@ -1,6 +1,6 @@
#!/bin/sh
set -e
set -eux
REPO="$(realpath "$(dirname "$(realpath "$0")")/..")"
if [ -f "$REPO/Makefile" ]; then make -C "$REPO" distclean; fi

View File

@ -1,6 +1,6 @@
#!/bin/sh
set -e
set -eux
REPO="$(realpath "$(dirname "$(realpath "$0")")/..")"
if [ -f "$REPO/Makefile" ]; then make -C "$REPO" distclean; fi

View File

@ -1,6 +1,6 @@
#!/bin/sh
set -e
set -eux
REPO="$(realpath "$(dirname "$(realpath "$0")")/..")"
if [ -f "$REPO/Makefile" ]; then make -C "$REPO" distclean; fi

View File

@ -1,6 +1,6 @@
#!/bin/sh
set -e
set -eux
REPO="$(realpath "$(dirname "$(realpath "$0")")/..")"
if [ -f "$REPO/Makefile" ]; then make -C "$REPO" distclean; fi

View File

@ -1,6 +1,6 @@
#!/bin/sh
set -e
set -eux
REPO="$(realpath "$(dirname "$(realpath "$0")")/..")"
if [ -f "$REPO/Makefile" ]; then make -C "$REPO" distclean; fi

View File

@ -1,6 +1,6 @@
#!/bin/sh
set -e
set -eux
REPO="$(realpath "$(dirname "$(realpath "$0")")/..")"
if [ -f "$REPO/Makefile" ]; then make -C "$REPO" distclean; fi

View File

@ -1,8 +1,6 @@
#!/usr/bin/env bash
#!/bin/sh
set -euo pipefail
IFS=$'\n\t'
set -vx
set -eux
bundle install

View File

@ -1,8 +1,6 @@
#!/usr/bin/env bash
#!/bin/sh
set -euo pipefail
IFS=$'\n\t'
set -vx
set -eux
bundle install