Revert "fix perl;add bash"

This reverts commit be8b9113c25f7c2fb9c8c9bad556fbca2f0c0ba2.
This commit is contained in:
lbartoletti 2018-01-15 16:08:08 +01:00
parent c41186c98c
commit c033b3401c
30 changed files with 32 additions and 32 deletions

View File

@ -1,4 +1,4 @@
#!/usr/bin/env bash
#!/bin/bash
###########################################################################
# package.sh
# ---------------------

View File

@ -1,4 +1,4 @@
#!/usr/bin/env bash
#!/bin/bash
###########################################################################
# quickpackage.sh
# ---------------------

View File

@ -1,4 +1,4 @@
#!/usr/bin/env bash
#!/bin/bash
###########################################################################
# addcopyright.sh
# ---------------------

View File

@ -1,4 +1,4 @@
#!/usr/bin/env bash
#!/bin/bash
###########################################################################
# astyle-all.sh
# ---------------------

View File

@ -1,4 +1,4 @@
#!/usr/bin/env bash
#!/bin/bash
###########################################################################
# astyle-rollback.sh
# ---------------------

View File

@ -1,4 +1,4 @@
#!/usr/bin/env bash
#!/bin/bash
###########################################################################
# astyle.sh
# ---------------------
@ -77,8 +77,8 @@ astyleit() {
$ASTYLE --options="$ASTYLEOPTS" "$1"
modified=$1.unify_includes_modified
cp "$1" "$modified"
perl scripts/unify_includes.pl -i.sortinc -n "$modified"
perl scripts/doxygen_space.pl -0 -i.sortinc -n "$modified"
scripts/unify_includes.pl "$modified"
scripts/doxygen_space.pl "$modified"
diff "$1" "$modified" >/dev/null || mv "$modified" "$1"
rm -f "$modified"
}

View File

@ -1,4 +1,4 @@
#!/usr/bin/env bash
#!/bin/bash
###########################################################################
# build_debian_package.sh
# ---------------------

View File

@ -1,4 +1,4 @@
#!/usr/bin/env bash
#!/bin/bash
###########################################################################
# chkcopyrights.sh
# ---------------------

View File

@ -1,4 +1,4 @@
#!/usr/bin/env bash
#!/bin/bash
###########################################################################
# chkspelling.sh
# ---------------------

View File

@ -1,4 +1,4 @@
#!/usr/bin/env bash
#!/bin/bash
###########################################################################
# chstroke.sh
# ---------------------

View File

@ -1,4 +1,4 @@
#!/usr/bin/env bash
#!/bin/bash
###########################################################################
# create-transifex-resources.sh
# ---------------------

View File

@ -1,4 +1,4 @@
#!/usr/bin/env bash
#!/bin/bash
# This script automatically creates custom widget plugin for a given widget class name.
# Use customwidget_create.sh QgsColorButton to create QgsColorButtonPlugin files.

View File

@ -1,4 +1,4 @@
#!/usr/bin/env bash
#!/bin/bash
if [ "$1" = "-h" ]; then
echo "usage: $0 [-h] [database] [sha1] [sha2]"

View File

@ -1,4 +1,4 @@
#!/usr/bin/env perl
#!/usr/bin/env perl -0 -i.sortinc -n
###########################################################################
# doxygen_space.pl
# ---------------------

View File

@ -1,4 +1,4 @@
#!/usr/bin/env bash
#!/bin/bash
if [ -d build ]
then

View File

@ -1,4 +1,4 @@
#!/usr/bin/env bash
#!/bin/bash
###########################################################################
# make-tarball.sh
# ---------------------

View File

@ -1,4 +1,4 @@
#!/usr/bin/env bash
#!/bin/bash
###########################################################################
# make_gource_video.sh
# ---------------------

View File

@ -1,4 +1,4 @@
#!/usr/bin/env bash
#!/bin/bash
###########################################################################
# pull_ts.sh
# ---------------------

View File

@ -1,4 +1,4 @@
#!/usr/bin/env bash
#!/bin/bash
###########################################################################
# push_ts.sh
# ---------------------

View File

@ -1,4 +1,4 @@
#!/usr/bin/env bash
#!/bin/bash
###########################################################################
# remove_non_svn_files.sh
# ---------------------

View File

@ -1,4 +1,4 @@
#!/usr/bin/env bash
#!/bin/bash
###########################################################################
# remove_git_confict_files.sh
# ---------------------

View File

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

View File

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

View File

@ -1,4 +1,4 @@
#!/usr/bin/env bash
#!/bin/bash
###########################################################################
# sort_include.sh
# ---------------------

View File

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

View File

@ -1,4 +1,4 @@
#!/usr/bin/env perl
#!/usr/bin/env perl -i.sortinc -n
###########################################################################
# unify_includes.pl
# ---------------------

View File

@ -1,4 +1,4 @@
#!/usr/bin/env bash
#!/bin/bash
###########################################################################
# update-indent.sh
# ---------------------

View File

@ -1,4 +1,4 @@
#!/usr/bin/env bash
#!/bin/bash
###########################################################################
# update_ts.sh
# ---------------------

View File

@ -1,4 +1,4 @@
#!/usr/bin/env bash
#!/bin/bash
###########################################################################
# update_ts_files.sh
# ---------------------

View File

@ -1,4 +1,4 @@
#!/usr/bin/env bash
#!/bin/bash
cd $(git rev-parse --show-toplevel)
export PATH=$PATH:$PWD/scripts