Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
more bash
  • Loading branch information
lbartoletti committed Jan 17, 2018
1 parent 842083c commit 59c2ab4
Show file tree
Hide file tree
Showing 33 changed files with 47 additions and 47 deletions.
2 changes: 1 addition & 1 deletion ms-windows/cygwin/package.sh
@@ -1,4 +1,4 @@
#!/bin/bash
#!/usr/bin/env bash
###########################################################################
# package.sh
# ---------------------
Expand Down
2 changes: 1 addition & 1 deletion ms-windows/quickpackage.sh
@@ -1,4 +1,4 @@
#!/bin/bash
#!/usr/bin/env bash
###########################################################################
# quickpackage.sh
# ---------------------
Expand Down
2 changes: 1 addition & 1 deletion rpm/buildrpms.sh
@@ -1,4 +1,4 @@
#!/bin/bash
#!/usr/bin/env bash
###########################################################################
# buildrpms.sh
# ---------------------
Expand Down
30 changes: 15 additions & 15 deletions scripts/addcopyright.sh
@@ -1,4 +1,4 @@
#!/bin/bash
#!/usr/bin/env bash
###########################################################################
# addcopyright.sh
# ---------------------
Expand Down Expand Up @@ -333,20 +333,20 @@ EOF

*.bat|*.cmd)
cat - $src >$dst <<EOF
REM ***************************************************************************
REM $basename
REM ---------------------
REM begin : $authordate
REM copyright : (C) $authoryear by $authorname
REM email : $authoremail
REM ***************************************************************************
REM * *
REM * This program is free software; you can redistribute it and/or modify *
REM * it under the terms of the GNU General Public License as published by *
REM * the Free Software Foundation; either version 2 of the License, or *
REM * (at your option) any later version. *
REM * *
REM ***************************************************************************
REM ***************************************************************************
REM $basename
REM ---------------------
REM begin : $authordate
REM copyright : (C) $authoryear by $authorname
REM email : $authoremail
REM ***************************************************************************
REM * *
REM * This program is free software; you can redistribute it and/or modify *
REM * it under the terms of the GNU General Public License as published by *
REM * the Free Software Foundation; either version 2 of the License, or *
REM * (at your option) any later version. *
REM * *
REM ***************************************************************************
EOF
;;

Expand Down
2 changes: 1 addition & 1 deletion scripts/astyle-all.sh
@@ -1,4 +1,4 @@
#!/bin/bash
#!/usr/bin/env bash
###########################################################################
# astyle-all.sh
# ---------------------
Expand Down
2 changes: 1 addition & 1 deletion scripts/astyle-rollback.sh
@@ -1,4 +1,4 @@
#!/bin/bash
#!/usr/bin/env bash
###########################################################################
# astyle-rollback.sh
# ---------------------
Expand Down
2 changes: 1 addition & 1 deletion scripts/astyle.sh
@@ -1,4 +1,4 @@
#!/bin/bash
#!/usr/bin/env bash
###########################################################################
# astyle.sh
# ---------------------
Expand Down
2 changes: 1 addition & 1 deletion scripts/build_debian_package.sh
@@ -1,4 +1,4 @@
#!/bin/bash
#!/usr/bin/env bash
###########################################################################
# build_debian_package.sh
# ---------------------
Expand Down
2 changes: 1 addition & 1 deletion scripts/chkcopyrights.sh
@@ -1,4 +1,4 @@
#!/bin/bash
#!/usr/bin/env bash
###########################################################################
# chkcopyrights.sh
# ---------------------
Expand Down
2 changes: 1 addition & 1 deletion scripts/chkdoclink.sh
@@ -1,4 +1,4 @@
#!/bin/bash
#!/usr/bin/env bash
###########################################################################
# chkdoclink.sh
# ---------------------
Expand Down
2 changes: 1 addition & 1 deletion scripts/chkspelling.sh
@@ -1,4 +1,4 @@
#!/bin/bash
#!/usr/bin/env bash
###########################################################################
# chkspelling.sh
# ---------------------
Expand Down
2 changes: 1 addition & 1 deletion scripts/chstroke.sh
@@ -1,4 +1,4 @@
#!/bin/bash
#!/usr/bin/env bash
###########################################################################
# chstroke.sh
# ---------------------
Expand Down
2 changes: 1 addition & 1 deletion scripts/create-transifex-resources.sh
@@ -1,4 +1,4 @@
#!/bin/bash
#!/usr/bin/env bash
###########################################################################
# create-transifex-resources.sh
# ---------------------
Expand Down
2 changes: 1 addition & 1 deletion scripts/customwidget_create.sh
@@ -1,4 +1,4 @@
#!/bin/bash
#!/usr/bin/env bash

# This script automatically creates custom widget plugin for a given widget class name.
# Use customwidget_create.sh QgsColorButton to create QgsColorButtonPlugin files.
Expand Down
2 changes: 1 addition & 1 deletion scripts/dbdiff.sh
@@ -1,4 +1,4 @@
#!/bin/bash
#!/usr/bin/env bash

if [ "$1" = "-h" ]; then
echo "usage: $0 [-h] [database] [sha1] [sha2]"
Expand Down
2 changes: 1 addition & 1 deletion scripts/jenkins-run.sh
@@ -1,4 +1,4 @@
#!/bin/bash
#!/usr/bin/env bash

if [ -d build ]
then
Expand Down
2 changes: 1 addition & 1 deletion scripts/make-tarball.sh
@@ -1,4 +1,4 @@
#!/bin/bash
#!/usr/bin/env bash
###########################################################################
# make-tarball.sh
# ---------------------
Expand Down
2 changes: 1 addition & 1 deletion scripts/make_gource_video.sh
@@ -1,4 +1,4 @@
#!/bin/bash
#!/usr/bin/env bash
###########################################################################
# make_gource_video.sh
# ---------------------
Expand Down
2 changes: 1 addition & 1 deletion scripts/pull_ts.sh
@@ -1,4 +1,4 @@
#!/bin/bash
#!/usr/bin/env bash
###########################################################################
# pull_ts.sh
# ---------------------
Expand Down
2 changes: 1 addition & 1 deletion scripts/push_ts.sh
@@ -1,4 +1,4 @@
#!/bin/bash
#!/usr/bin/env bash
###########################################################################
# push_ts.sh
# ---------------------
Expand Down
2 changes: 1 addition & 1 deletion scripts/remove_non_svn_files.sh
@@ -1,4 +1,4 @@
#!/bin/bash
#!/usr/bin/env bash
###########################################################################
# remove_non_svn_files.sh
# ---------------------
Expand Down
2 changes: 1 addition & 1 deletion scripts/remove_temporary_files.sh
@@ -1,4 +1,4 @@
#!/bin/bash
#!/usr/bin/env bash
###########################################################################
# remove_git_confict_files.sh
# ---------------------
Expand Down
2 changes: 1 addition & 1 deletion scripts/rename_class.sh
@@ -1,4 +1,4 @@
#!/bin/bash
#!/usr/bin/env bash

#

Expand Down
2 changes: 1 addition & 1 deletion scripts/replacev2.sh
@@ -1,4 +1,4 @@
#!/bin/bash
#!/usr/bin/env bash

set -e

Expand Down
2 changes: 1 addition & 1 deletion scripts/sort_include.sh
@@ -1,4 +1,4 @@
#!/bin/bash
#!/usr/bin/env bash
###########################################################################
# sort_include.sh
# ---------------------
Expand Down
2 changes: 1 addition & 1 deletion scripts/spell_check/spell_test.sh
@@ -1,4 +1,4 @@
#!/bin/bash
#!/usr/bin/env bash
set -e


Expand Down
2 changes: 1 addition & 1 deletion scripts/update-indent.sh
@@ -1,4 +1,4 @@
#!/bin/bash
#!/usr/bin/env bash
###########################################################################
# update-indent.sh
# ---------------------
Expand Down
2 changes: 1 addition & 1 deletion scripts/update_ts.sh
@@ -1,4 +1,4 @@
#!/bin/bash
#!/usr/bin/env bash
###########################################################################
# update_ts.sh
# ---------------------
Expand Down
2 changes: 1 addition & 1 deletion scripts/update_ts_files.sh
@@ -1,4 +1,4 @@
#!/bin/bash
#!/usr/bin/env bash
###########################################################################
# update_ts_files.sh
# ---------------------
Expand Down
2 changes: 1 addition & 1 deletion scripts/verify-indentation.sh
@@ -1,4 +1,4 @@
#!/bin/bash
#!/usr/bin/env bash
cd $(git rev-parse --show-toplevel)

export PATH=$PATH:$PWD/scripts
Expand Down
2 changes: 1 addition & 1 deletion src/plugins/grass/modules/resize_grass
@@ -1,4 +1,4 @@
#!/bin/bash
#!/usr/bin/env bash
# Use a simple shell loop, to process each of the images.
mkdir thumbnails
# for $a in *.png
Expand Down
@@ -1,4 +1,4 @@
#! /bin/bash
#!/usr/bin/env bash
###########################################################################
# spawn_fcgi_mac.sh
# ---------------------
Expand Down
@@ -1,4 +1,4 @@
#! /bin/bash
#!/usr/bin/env bash
###########################################################################
# lighttpd_mac.sh
# ---------------------
Expand Down

0 comments on commit 59c2ab4

Please sign in to comment.