1
0
Fork 0
mirror of https://github.com/tailix/libkernaux.git synced 2024-11-27 11:14:42 -05:00

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