mirror of
https://github.com/qgis/QGIS.git
synced 2025-04-15 00:04:00 -04:00
Revert "fix perl;add bash"
This reverts commit be8b9113c25f7c2fb9c8c9bad556fbca2f0c0ba2.
This commit is contained in:
parent
c41186c98c
commit
c033b3401c
@ -1,4 +1,4 @@
|
||||
#!/usr/bin/env bash
|
||||
#!/bin/bash
|
||||
###########################################################################
|
||||
# package.sh
|
||||
# ---------------------
|
||||
|
@ -1,4 +1,4 @@
|
||||
#!/usr/bin/env bash
|
||||
#!/bin/bash
|
||||
###########################################################################
|
||||
# quickpackage.sh
|
||||
# ---------------------
|
||||
|
@ -1,4 +1,4 @@
|
||||
#!/usr/bin/env bash
|
||||
#!/bin/bash
|
||||
###########################################################################
|
||||
# addcopyright.sh
|
||||
# ---------------------
|
||||
|
@ -1,4 +1,4 @@
|
||||
#!/usr/bin/env bash
|
||||
#!/bin/bash
|
||||
###########################################################################
|
||||
# astyle-all.sh
|
||||
# ---------------------
|
||||
|
@ -1,4 +1,4 @@
|
||||
#!/usr/bin/env bash
|
||||
#!/bin/bash
|
||||
###########################################################################
|
||||
# astyle-rollback.sh
|
||||
# ---------------------
|
||||
|
@ -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"
|
||||
}
|
||||
|
@ -1,4 +1,4 @@
|
||||
#!/usr/bin/env bash
|
||||
#!/bin/bash
|
||||
###########################################################################
|
||||
# build_debian_package.sh
|
||||
# ---------------------
|
||||
|
@ -1,4 +1,4 @@
|
||||
#!/usr/bin/env bash
|
||||
#!/bin/bash
|
||||
###########################################################################
|
||||
# chkcopyrights.sh
|
||||
# ---------------------
|
||||
|
@ -1,4 +1,4 @@
|
||||
#!/usr/bin/env bash
|
||||
#!/bin/bash
|
||||
###########################################################################
|
||||
# chkspelling.sh
|
||||
# ---------------------
|
||||
|
@ -1,4 +1,4 @@
|
||||
#!/usr/bin/env bash
|
||||
#!/bin/bash
|
||||
###########################################################################
|
||||
# chstroke.sh
|
||||
# ---------------------
|
||||
|
@ -1,4 +1,4 @@
|
||||
#!/usr/bin/env bash
|
||||
#!/bin/bash
|
||||
###########################################################################
|
||||
# create-transifex-resources.sh
|
||||
# ---------------------
|
||||
|
@ -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.
|
||||
|
@ -1,4 +1,4 @@
|
||||
#!/usr/bin/env bash
|
||||
#!/bin/bash
|
||||
|
||||
if [ "$1" = "-h" ]; then
|
||||
echo "usage: $0 [-h] [database] [sha1] [sha2]"
|
||||
|
@ -1,4 +1,4 @@
|
||||
#!/usr/bin/env perl
|
||||
#!/usr/bin/env perl -0 -i.sortinc -n
|
||||
###########################################################################
|
||||
# doxygen_space.pl
|
||||
# ---------------------
|
||||
|
@ -1,4 +1,4 @@
|
||||
#!/usr/bin/env bash
|
||||
#!/bin/bash
|
||||
|
||||
if [ -d build ]
|
||||
then
|
||||
|
@ -1,4 +1,4 @@
|
||||
#!/usr/bin/env bash
|
||||
#!/bin/bash
|
||||
###########################################################################
|
||||
# make-tarball.sh
|
||||
# ---------------------
|
||||
|
@ -1,4 +1,4 @@
|
||||
#!/usr/bin/env bash
|
||||
#!/bin/bash
|
||||
###########################################################################
|
||||
# make_gource_video.sh
|
||||
# ---------------------
|
||||
|
@ -1,4 +1,4 @@
|
||||
#!/usr/bin/env bash
|
||||
#!/bin/bash
|
||||
###########################################################################
|
||||
# pull_ts.sh
|
||||
# ---------------------
|
||||
|
@ -1,4 +1,4 @@
|
||||
#!/usr/bin/env bash
|
||||
#!/bin/bash
|
||||
###########################################################################
|
||||
# push_ts.sh
|
||||
# ---------------------
|
||||
|
@ -1,4 +1,4 @@
|
||||
#!/usr/bin/env bash
|
||||
#!/bin/bash
|
||||
###########################################################################
|
||||
# remove_non_svn_files.sh
|
||||
# ---------------------
|
||||
|
@ -1,4 +1,4 @@
|
||||
#!/usr/bin/env bash
|
||||
#!/bin/bash
|
||||
###########################################################################
|
||||
# remove_git_confict_files.sh
|
||||
# ---------------------
|
||||
|
@ -1,4 +1,4 @@
|
||||
#!/usr/bin/env bash
|
||||
#!/bin/bash
|
||||
|
||||
#
|
||||
|
||||
|
@ -1,4 +1,4 @@
|
||||
#!/usr/bin/env bash
|
||||
#!/bin/bash
|
||||
|
||||
set -e
|
||||
|
||||
|
@ -1,4 +1,4 @@
|
||||
#!/usr/bin/env bash
|
||||
#!/bin/bash
|
||||
###########################################################################
|
||||
# sort_include.sh
|
||||
# ---------------------
|
||||
|
@ -1,4 +1,4 @@
|
||||
#!/usr/bin/env bash
|
||||
#!/bin/bash
|
||||
set -e
|
||||
|
||||
|
||||
|
@ -1,4 +1,4 @@
|
||||
#!/usr/bin/env perl
|
||||
#!/usr/bin/env perl -i.sortinc -n
|
||||
###########################################################################
|
||||
# unify_includes.pl
|
||||
# ---------------------
|
||||
|
@ -1,4 +1,4 @@
|
||||
#!/usr/bin/env bash
|
||||
#!/bin/bash
|
||||
###########################################################################
|
||||
# update-indent.sh
|
||||
# ---------------------
|
||||
|
@ -1,4 +1,4 @@
|
||||
#!/usr/bin/env bash
|
||||
#!/bin/bash
|
||||
###########################################################################
|
||||
# update_ts.sh
|
||||
# ---------------------
|
||||
|
@ -1,4 +1,4 @@
|
||||
#!/usr/bin/env bash
|
||||
#!/bin/bash
|
||||
###########################################################################
|
||||
# update_ts_files.sh
|
||||
# ---------------------
|
||||
|
@ -1,4 +1,4 @@
|
||||
#!/usr/bin/env bash
|
||||
#!/bin/bash
|
||||
cd $(git rev-parse --show-toplevel)
|
||||
|
||||
export PATH=$PATH:$PWD/scripts
|
||||
|
Loading…
x
Reference in New Issue
Block a user