mirror of
https://github.com/tailix/libkernaux.git
synced 2025-09-11 22:56:00 -04:00
Common: change shell scripts
This commit is contained in:
parent
605a7634df
commit
53d11060a3
11 changed files with 14 additions and 16 deletions
|
@ -1,3 +1,5 @@
|
||||||
#!/bin/sh
|
#!/bin/sh
|
||||||
|
|
||||||
|
set -eux
|
||||||
|
|
||||||
exec autoreconf -isf
|
exec autoreconf -isf
|
||||||
|
|
|
@ -1,6 +1,6 @@
|
||||||
#!/bin/sh
|
#!/bin/sh
|
||||||
|
|
||||||
set -e
|
set -eux
|
||||||
|
|
||||||
REPO="$(realpath "$(dirname "$(realpath "$0")")/..")"
|
REPO="$(realpath "$(dirname "$(realpath "$0")")/..")"
|
||||||
if [ -f "$REPO/Makefile" ]; then make -C "$REPO" distclean; fi
|
if [ -f "$REPO/Makefile" ]; then make -C "$REPO" distclean; fi
|
||||||
|
|
|
@ -1,6 +1,6 @@
|
||||||
#!/bin/sh
|
#!/bin/sh
|
||||||
|
|
||||||
set -e
|
set -eux
|
||||||
|
|
||||||
REPO="$(realpath "$(dirname "$(realpath "$0")")/..")"
|
REPO="$(realpath "$(dirname "$(realpath "$0")")/..")"
|
||||||
if [ -f "$REPO/Makefile" ]; then make -C "$REPO" distclean; fi
|
if [ -f "$REPO/Makefile" ]; then make -C "$REPO" distclean; fi
|
||||||
|
|
|
@ -1,6 +1,6 @@
|
||||||
#!/bin/sh
|
#!/bin/sh
|
||||||
|
|
||||||
set -e
|
set -eux
|
||||||
|
|
||||||
REPO="$(realpath "$(dirname "$(realpath "$0")")/..")"
|
REPO="$(realpath "$(dirname "$(realpath "$0")")/..")"
|
||||||
if [ -f "$REPO/Makefile" ]; then make -C "$REPO" distclean; fi
|
if [ -f "$REPO/Makefile" ]; then make -C "$REPO" distclean; fi
|
||||||
|
|
|
@ -1,6 +1,6 @@
|
||||||
#!/bin/sh
|
#!/bin/sh
|
||||||
|
|
||||||
set -e
|
set -eux
|
||||||
|
|
||||||
REPO="$(realpath "$(dirname "$(realpath "$0")")/..")"
|
REPO="$(realpath "$(dirname "$(realpath "$0")")/..")"
|
||||||
if [ -f "$REPO/Makefile" ]; then make -C "$REPO" distclean; fi
|
if [ -f "$REPO/Makefile" ]; then make -C "$REPO" distclean; fi
|
||||||
|
|
|
@ -1,6 +1,6 @@
|
||||||
#!/bin/sh
|
#!/bin/sh
|
||||||
|
|
||||||
set -e
|
set -eux
|
||||||
|
|
||||||
REPO="$(realpath "$(dirname "$(realpath "$0")")/..")"
|
REPO="$(realpath "$(dirname "$(realpath "$0")")/..")"
|
||||||
if [ -f "$REPO/Makefile" ]; then make -C "$REPO" distclean; fi
|
if [ -f "$REPO/Makefile" ]; then make -C "$REPO" distclean; fi
|
||||||
|
|
|
@ -1,6 +1,6 @@
|
||||||
#!/bin/sh
|
#!/bin/sh
|
||||||
|
|
||||||
set -e
|
set -eux
|
||||||
|
|
||||||
REPO="$(realpath "$(dirname "$(realpath "$0")")/..")"
|
REPO="$(realpath "$(dirname "$(realpath "$0")")/..")"
|
||||||
if [ -f "$REPO/Makefile" ]; then make -C "$REPO" distclean; fi
|
if [ -f "$REPO/Makefile" ]; then make -C "$REPO" distclean; fi
|
||||||
|
|
|
@ -1,6 +1,6 @@
|
||||||
#!/bin/sh
|
#!/bin/sh
|
||||||
|
|
||||||
set -e
|
set -eux
|
||||||
|
|
||||||
REPO="$(realpath "$(dirname "$(realpath "$0")")/..")"
|
REPO="$(realpath "$(dirname "$(realpath "$0")")/..")"
|
||||||
if [ -f "$REPO/Makefile" ]; then make -C "$REPO" distclean; fi
|
if [ -f "$REPO/Makefile" ]; then make -C "$REPO" distclean; fi
|
||||||
|
|
|
@ -1,6 +1,6 @@
|
||||||
#!/bin/sh
|
#!/bin/sh
|
||||||
|
|
||||||
set -e
|
set -eux
|
||||||
|
|
||||||
REPO="$(realpath "$(dirname "$(realpath "$0")")/..")"
|
REPO="$(realpath "$(dirname "$(realpath "$0")")/..")"
|
||||||
if [ -f "$REPO/Makefile" ]; then make -C "$REPO" distclean; fi
|
if [ -f "$REPO/Makefile" ]; then make -C "$REPO" distclean; fi
|
||||||
|
|
|
@ -1,8 +1,6 @@
|
||||||
#!/usr/bin/env bash
|
#!/bin/sh
|
||||||
|
|
||||||
set -euo pipefail
|
set -eux
|
||||||
IFS=$'\n\t'
|
|
||||||
set -vx
|
|
||||||
|
|
||||||
bundle install
|
bundle install
|
||||||
|
|
||||||
|
|
|
@ -1,8 +1,6 @@
|
||||||
#!/usr/bin/env bash
|
#!/bin/sh
|
||||||
|
|
||||||
set -euo pipefail
|
set -eux
|
||||||
IFS=$'\n\t'
|
|
||||||
set -vx
|
|
||||||
|
|
||||||
bundle install
|
bundle install
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue