diff options
author | Joni Jantti <joni.jantti@qt.io> | 2017-12-27 11:12:09 +0200 |
---|---|---|
committer | Tony Sarajärvi <tony.sarajarvi@qt.io> | 2017-12-29 13:16:40 +0000 |
commit | 19f8a741f3556271dc4ef598bbf725f89b733b6a (patch) | |
tree | c6655acacf9d0ff8cb620a9182bc8f4ed7d12196 /coin/provisioning/qtci-osx-10.11-x86_64/03-bashprofile.sh | |
parent | d6f7d6ed8bb530ca22d1a9250d79adfd960151bb (diff) | |
download | qt5-19f8a741f3556271dc4ef598bbf725f89b733b6a.tar.gz |
Make provisioning script prefix style match across platforms
Currently we are using different styles and amount of digits for the
provisioning script prefixes. This change will unify them across the
platforms. Also removes a couple of duplicate files.
Task-number: QTQAINFRA-1668
Change-Id: I039777e7616bccc29c6a4ac55db13326ae8dc87c
Reviewed-by: Joni Jäntti <joni.jantti@qt.io>
Reviewed-by: Simo Fält <simo.falt@qt.io>
Diffstat (limited to 'coin/provisioning/qtci-osx-10.11-x86_64/03-bashprofile.sh')
-rw-r--r-- | coin/provisioning/qtci-osx-10.11-x86_64/03-bashprofile.sh | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/coin/provisioning/qtci-osx-10.11-x86_64/03-bashprofile.sh b/coin/provisioning/qtci-osx-10.11-x86_64/03-bashprofile.sh new file mode 100644 index 00000000..a59e3e63 --- /dev/null +++ b/coin/provisioning/qtci-osx-10.11-x86_64/03-bashprofile.sh @@ -0,0 +1,7 @@ +#!/bin/sh + +set -ex + +# Read .bashrc if exist +printf -- "# Get the aliases and functions\nif [ -f ~/.bashrc ]; then\n . ~/.bashrc\nfi\n" >> ~/.bash_profile + |