Be sure to use '/usr/bin/env bash' in all scripts for compatibility and portability

git-svn-id: svn://ultimatepp.org/upp/trunk@10779 f0d560ea-af0d-0410-9eb7-867de7ffcac7
This commit is contained in:
amrein 2017-01-28 14:35:37 +00:00
parent 94f09e3d5c
commit b320303ca9
8 changed files with 9 additions and 7 deletions

View file

@ -1,3 +1,5 @@
#!/usr/bin/env bash
rm ~/upload/* || true
export WINEDEBUG=-all wine program.exe

View file

@ -1,4 +1,4 @@
#!/bin/bash
#!/usr/bin/env bash
# dostable
# quick go to create deb package from my stable repo
#

View file

@ -1,4 +1,4 @@
#!/bin/bash
#!/usr/bin/env bash
apt-get install g++
apt-get install make

View file

@ -1,3 +1,3 @@
#!/bin/bash
#!/usr/bin/env bash
yum -y install gtk2-devel pango-devel atk-devel cairo-devel libnotify-devel bzip2-devel xorg-x11-server-devel freetype-devel expat-devel

View file

@ -1,4 +1,4 @@
#!/bin/bash
#!/usr/bin/env bash
# idebuild
# Batch builds TheIDE in optimal mode
#

View file

@ -1,4 +1,4 @@
#!/bin/bash
#!/usr/bin/env bash
set -e

View file

@ -1,4 +1,4 @@
#!/bin/bash
#!/usr/bin/env bash
# uppdeb
# Creates .deb packages for Ultimate++
#

View file

@ -1,4 +1,4 @@
#!/bin/bash
#!/usr/bin/env bash
# uppnighty2deb
# From a 'nighty build' source tree, batch builds theide and creates .deb package
#