Skip to content

Commit

Permalink
Merge branch 'update_shebang_scripts' into HEAD
Browse files Browse the repository at this point in the history
  • Loading branch information
sgallagher committed Dec 10, 2020
2 parents 33f0dbe + 5e82ebb commit b05c553
Show file tree
Hide file tree
Showing 23 changed files with 23 additions and 23 deletions.
2 changes: 1 addition & 1 deletion .ci/archlinux/ci-tasks.sh
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
#!/bin/bash
#!/usr/bin/env bash

#Exit on failures
set -e
Expand Down
2 changes: 1 addition & 1 deletion .ci/centos/ci-tasks.sh
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
#!/bin/bash
#!/usr/bin/env bash

#Exit on failures
set -e
Expand Down
2 changes: 1 addition & 1 deletion .ci/ci-archlinux.sh
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
#!/bin/bash
#!/usr/bin/env bash

SCRIPT_DIR="$( cd "$( dirname "${BASH_SOURCE[0]}" )" && pwd )"
pushd $SCRIPT_DIR
Expand Down
2 changes: 1 addition & 1 deletion .ci/ci-centos.sh
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
#!/bin/bash
#!/usr/bin/env bash

SCRIPT_DIR="$( cd "$( dirname "${BASH_SOURCE[0]}" )" && pwd )"
pushd $SCRIPT_DIR
Expand Down
2 changes: 1 addition & 1 deletion .ci/ci-common.inc
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
#!/bin/bash
#!/usr/bin/env bash

set -x

Expand Down
2 changes: 1 addition & 1 deletion .ci/ci-coverity.sh
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
#!/bin/bash
#!/usr/bin/env bash

SCRIPT_DIR="$( cd "$( dirname "${BASH_SOURCE[0]}" )" && pwd )"
pushd $SCRIPT_DIR
Expand Down
2 changes: 1 addition & 1 deletion .ci/ci-docs.sh
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
#!/bin/bash
#!/usr/bin/env bash

SCRIPT_DIR="$( cd "$( dirname "${BASH_SOURCE[0]}" )" && pwd )"
pushd $SCRIPT_DIR
Expand Down
2 changes: 1 addition & 1 deletion .ci/ci-fedora.sh
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
#!/bin/bash
#!/usr/bin/env bash

SCRIPT_DIR="$( cd "$( dirname "${BASH_SOURCE[0]}" )" && pwd )"
pushd $SCRIPT_DIR
Expand Down
2 changes: 1 addition & 1 deletion .ci/ci-mageia.sh
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
#!/bin/bash
#!/usr/bin/env bash

SCRIPT_DIR="$( cd "$( dirname "${BASH_SOURCE[0]}" )" && pwd )"
pushd $SCRIPT_DIR
Expand Down
2 changes: 1 addition & 1 deletion .ci/ci-openmandriva.sh
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
#!/bin/bash
#!/usr/bin/env bash

SCRIPT_DIR="$( cd "$( dirname "${BASH_SOURCE[0]}" )" && pwd )"
cd $SCRIPT_DIR
Expand Down
2 changes: 1 addition & 1 deletion .ci/ci-opensuse.sh
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
#!/bin/bash
#!/usr/bin/env bash

SCRIPT_DIR="$( cd "$( dirname "${BASH_SOURCE[0]}" )" && pwd )"
pushd $SCRIPT_DIR
Expand Down
2 changes: 1 addition & 1 deletion .ci/coverity/ci-tasks.sh
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
#!/bin/bash
#!/usr/bin/env bash

#Exit on failures
set -e
Expand Down
2 changes: 1 addition & 1 deletion .ci/coverity_prep.sh
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
#!/usr/bin/bash
#!/usr/bin/env bash

set -x

Expand Down
2 changes: 1 addition & 1 deletion .ci/docs/ci-tasks.sh
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
#!/bin/bash
#!/usr/bin/env bash

#Exit on failures
set -e
Expand Down
2 changes: 1 addition & 1 deletion .ci/fedora/ci-tasks.sh
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
#!/bin/bash
#!/usr/bin/env bash

#Exit on failures
set -e
Expand Down
2 changes: 1 addition & 1 deletion .ci/get_rawhide_version.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
#!/usr/bin/python3
#!/usr/bin/env python3
# -*- coding: utf-8 -*-
# This file is part of libmodulemd
# Copyright (C) 2020 Stephen Gallagher
Expand Down
2 changes: 1 addition & 1 deletion .ci/mageia/ci-tasks.sh
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
#!/bin/bash
#!/usr/bin/env bash

#Exit on failures
set -e
Expand Down
2 changes: 1 addition & 1 deletion .ci/openmandriva/ci-tasks.sh
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
#!/bin/bash
#!/usr/bin/env bash

#Exit on failures
set -e
Expand Down
2 changes: 1 addition & 1 deletion .ci/opensuse/ci-tasks.sh
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
#!/bin/bash
#!/usr/bin/env bash

#Exit on failures
set -e
Expand Down
2 changes: 1 addition & 1 deletion .ci/retry-command.sh
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
#!/bin/bash
#!/usr/bin/env bash

function retry_command {
local usage="Usage: ${FUNCNAME[0]} [-b backoff-factor] [-d delay] [-n numtries]"
Expand Down
2 changes: 1 addition & 1 deletion .ci/scanbuild.sh
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
#!/bin/bash
#!/usr/bin/env bash
# This file is part of libmodulemd
# Copyright (C) 2018 Stephen Gallagher
#
Expand Down
2 changes: 1 addition & 1 deletion setup_dev_container.sh
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
#!/bin/bash
#!/usr/bin/env bash

SOURCE_DIR="$( cd "$( dirname "${BASH_SOURCE[0]}" )" && pwd )"
SCRIPT_DIR="$SOURCE_DIR/.ci"
Expand Down
2 changes: 1 addition & 1 deletion spec_tmpl.sh
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
#!/bin/bash
#!/usr/bin/env bash

function main {
local template version release
Expand Down

0 comments on commit b05c553

Please sign in to comment.