X-Git-Url: https://iankelling.org/git/?p=buildscripts;a=blobdiff_plain;f=pithosfly;fp=pithosfly;h=7d45443941c3039af10a40f2514e7281624349f0;hp=b28f6f61043aaf91e9ab23afe3a455dec0abc857;hb=65a0d6984b02937e49093c32c37b5cfbc26e3b79;hpb=e9fda13d66976d9d0934a3c21f218cedfde47ac8 diff --git a/pithosfly b/pithosfly index b28f6f6..7d45443 100755 --- a/pithosfly +++ b/pithosfly @@ -1,11 +1,12 @@ -#!/bin/bash -l - -set -eE -o pipefail -trap 'echo "$0:$LINENO:error: \"$BASH_COMMAND\" returned $?" >&2' ERR +#!/bin/bash +# Copyright (C) 2019 Ian Kelling +# SPDX-License-Identifier: AGPL-3.0-or-later +if [[ -s ~/.bashrc ]];then . ~/.bashrc;fi # pithosfly environment var is set in environment.sh +# already installed if type -t pithos &>/dev/null; then exit 0 fi