default to NOT sh -x

Signed-off-by: Gwenhael Le Moine <gwenhael.le.moine@gmail.com>
This commit is contained in:
Gwenhael Le Moine 2017-03-01 11:56:49 +01:00
parent 1d0bcadd9c
commit cf79eee69e
194 changed files with 194 additions and 194 deletions

View file

@ -1,4 +1,4 @@
#!/bin/sh -x
#!/bin/sh
# variables
VERSION=1.0.1

View file

@ -1,4 +1,4 @@
#!/bin/sh -x
#!/bin/sh
# variables
VERSION=trunk_$(date +"%Y.%m.%d_%H.%M")

View file

@ -1,4 +1,4 @@
#!/bin/sh -x
#!/bin/sh
# variables
TAG=cyco

View file

@ -1,4 +1,4 @@
#!/bin/sh -x
#!/bin/sh
# variables
CWD=$(pwd)

View file

@ -1,4 +1,4 @@
#!/bin/sh -x
#!/bin/sh
# variables
CWD=$(pwd)

View file

@ -1,4 +1,4 @@
#!/bin/sh -x
#!/bin/sh
# variables
CWD=$(pwd)

View file

@ -1,4 +1,4 @@
#!/bin/sh -x
#!/bin/sh
# variables
VERSION=${VERSION:-trunk_$(date +"%Y.%m.%d_%H.%M")}

View file

@ -1,4 +1,4 @@
#!/bin/sh -x
#!/bin/sh
#NOTE: Needs File::Next (cpan -i File::Next)

View file

@ -1,4 +1,4 @@
#!/bin/sh -x
#!/bin/sh
# variables
VERSION=${VERSION:-trunk_$(date +"%Y.%m.%d_%H.%M")}

View file

@ -1,4 +1,4 @@
#!/bin/sh -x
#!/bin/sh
# variables
TAG=cyco

View file

@ -1,4 +1,4 @@
#!/bin/sh -x
#!/bin/sh
# variables
CWD=$(pwd)

View file

@ -1,4 +1,4 @@
#!/bin/sh -x
#!/bin/sh
# variables
CWD=$(pwd)

View file

@ -1,4 +1,4 @@
#!/bin/sh -x
#!/bin/sh
PRGNAM=httrack
VERSION=3.45.1

View file

@ -1,4 +1,4 @@
#!/bin/sh -x
#!/bin/sh
# variables
VERSION=$(date +"%Y.%m.%d_%H.%M")

View file

@ -1,4 +1,4 @@
#!/bin/sh -x
#!/bin/sh
# variables
CWD=$(pwd)

View file

@ -1,4 +1,4 @@
#!/bin/sh -x
#!/bin/sh
# variables
CWD=$(pwd)

View file

@ -1,4 +1,4 @@
#!/bin/sh -x
#!/bin/sh
# variables
VERSION=trunk_$(date +"%Y.%m.%d_%H.%M")

View file

@ -1,4 +1,4 @@
#!/bin/sh -x
#!/bin/sh
CWD=$(pwd)

View file

@ -1,4 +1,4 @@
#!/bin/sh -x
#!/bin/sh
# variables
VERSION=${VERSION:-$(date +"%Y.%m.%d_%H.%M")}

View file

@ -1,4 +1,4 @@
#!/bin/sh -x
#!/bin/sh
# variables
VERSION=${VERSION:-$(date +"%Y.%m.%d_%H.%M")}

View file

@ -1,4 +1,4 @@
#!/bin/sh -x
#!/bin/sh
# variables
VERSION=${VERSION:-trunk_$(date +"%Y.%m.%d_%H.%M")}

View file

@ -1,4 +1,4 @@
#!/bin/sh -x
#!/bin/sh
# variables
TAG=cyco

View file

@ -1,4 +1,4 @@
#!/bin/sh -x
#!/bin/sh
# variables

View file

@ -1,4 +1,4 @@
#!/bin/sh -x
#!/bin/sh
CWD=$(pwd)

View file

@ -1,4 +1,4 @@
#!/bin/sh -x
#!/bin/sh
# variables
VERSION=20100318142033 #$(date +"%Y%m%d")

View file

@ -1,4 +1,4 @@
#!/bin/sh -x
#!/bin/sh
# variables
CWD=$(pwd)

View file

@ -1,4 +1,4 @@
#!/bin/sh -x
#!/bin/sh
# variables

View file

@ -1,4 +1,4 @@
#!/bin/sh -x
#!/bin/sh
CWD=$(pwd)

View file

@ -1,4 +1,4 @@
#!/bin/sh -x
#!/bin/sh
CWD=$(pwd)

View file

@ -1,4 +1,4 @@
#!/bin/sh -x
#!/bin/sh
# variables
VERSION=1.5

View file

@ -1,4 +1,4 @@
#!/bin/sh -x
#!/bin/sh
CWD=$(pwd)
PRGNAM=$(basename $CWD)

View file

@ -1,4 +1,4 @@
#!/bin/sh -x
#!/bin/sh
CWD=$(pwd)
PRGNAM=$(basename $CWD)

View file

@ -1,4 +1,4 @@
#!/bin/sh -x
#!/bin/sh
# variables
CWD=$(pwd)

View file

@ -1,4 +1,4 @@
#!/bin/sh -x
#!/bin/sh
# variables
CWD=$(pwd)

View file

@ -1,4 +1,4 @@
#!/bin/sh -x
#!/bin/sh
# variables

View file

@ -1,4 +1,4 @@
#!/bin/sh -x
#!/bin/sh
# variables
CWD=$(pwd)

View file

@ -1,5 +1,5 @@
#!/bin/sh -x
#!/bin/sh
# variables
VERSION=master_$(date +"%Y.%m.%d_%H.%M")

View file

@ -1,4 +1,4 @@
#!/bin/sh -x
#!/bin/sh
# variables
VERSION=master_$(date +"%Y.%m.%d_%H.%M")

View file

@ -1,4 +1,4 @@
#!/bin/sh -x
#!/bin/sh
# variables
VERSION=$(date +"%Y.%m.%d_%H.%M")

View file

@ -1,4 +1,4 @@
#!/bin/sh -x
#!/bin/sh
# variables
VERSION=master_$(date +"%Y.%m.%d_%H.%M")

View file

@ -1,4 +1,4 @@
#!/bin/sh -x
#!/bin/sh
# variables
VERSION=trunk_$(date +"%Y.%m.%d_%H.%M")

View file

@ -1,4 +1,4 @@
#!/bin/sh -x
#!/bin/sh
# variables
VERSION=master_$(date +"%Y.%m.%d_%H.%M")

View file

@ -1,4 +1,4 @@
#!/bin/sh -x
#!/bin/sh
# variables
VERSION=${VERSION:-$(date +"%Y.%m.%d_%H.%M")}

View file

@ -1,4 +1,4 @@
#!/bin/sh -x
#!/bin/sh
# variables
VERSION=0.4.3

View file

@ -1,4 +1,4 @@
#!/bin/sh -x
#!/bin/sh
# variables
VERSION=$(date +"%Y.%m.%d_%H.%M")

View file

@ -1,4 +1,4 @@
#!/bin/sh -x
#!/bin/sh
# variables
VERSION=$(date +"%Y.%m.%d_%H.%M")

View file

@ -1,4 +1,4 @@
#!/bin/sh -x
#!/bin/sh
# variables
BRANCH=master

View file

@ -1,4 +1,4 @@
#!/bin/sh -x
#!/bin/sh
# variables
VERSION=$(date +"%Y.%m.%d_%H.%M")

View file

@ -1,4 +1,4 @@
#!/bin/sh -x
#!/bin/sh
# variables
VERSION=$(date +"%Y.%m.%d_%H.%M")

View file

@ -1,4 +1,4 @@
#!/bin/sh -x
#!/bin/sh
# variables
VERSION=${VERSION:-$(date +"%Y.%m.%d_%H.%M")}

View file

@ -1,4 +1,4 @@
#!/bin/sh -x
#!/bin/sh
# variables
VERSION=$(date +"%Y.%m.%d_%H.%M")

View file

@ -1,4 +1,4 @@
#!/bin/sh -x
#!/bin/sh
# variables
VERSION=master_$(date +"%Y.%m.%d_%H.%M")

View file

@ -1,4 +1,4 @@
#!/bin/sh -x
#!/bin/sh
# variables
VERSION=${VERSION:-$(date +"%Y.%m.%d_%H.%M")}

View file

@ -1,4 +1,4 @@
#!/bin/sh -x
#!/bin/sh
# variables
VERSION=0.14.1

View file

@ -1,4 +1,4 @@
#!/bin/sh -x
#!/bin/sh
# variables
VERSION=${VERSION:-cvs_$(date +"%Y.%m.%d_%H.%M")}

View file

@ -1,4 +1,4 @@
#!/bin/sh -x
#!/bin/sh
# variables
VERSION=master_$(date +"%Y.%m.%d_%H.%M")

View file

@ -1,4 +1,4 @@
#!/bin/sh -x
#!/bin/sh
# variables
VERSION=master_$(date +"%Y.%m.%d_%H.%M")

View file

@ -1,4 +1,4 @@
#!/bin/sh -x
#!/bin/sh
# variables
VERSION=master_$(date +"%Y.%m.%d_%H.%M")

View file

@ -1,4 +1,4 @@
#!/bin/sh -x
#!/bin/sh
# variables
VERSION=$(date +"%Y.%m.%d_%H.%M")

View file

@ -1,4 +1,4 @@
#!/bin/sh -x
#!/bin/sh
# variables
VERSION=$(date +"%Y.%m.%d_%H.%M")

View file

@ -1,4 +1,4 @@
#!/bin/sh -x
#!/bin/sh
# variables
VERSION=${VERSION:-$(date +"%Y.%m.%d_%H.%M")}

View file

@ -1,4 +1,4 @@
#!/bin/sh -x
#!/bin/sh
# variables
VERSION=master_$(date +"%Y.%m.%d_%H.%M")

View file

@ -1,4 +1,4 @@
#!/bin/sh -x
#!/bin/sh
# variables
VERSION=master_$(date +"%Y.%m.%d_%H.%M")

View file

@ -1,4 +1,4 @@
#!/bin/sh -x
#!/bin/sh
# variables
VERSION=master_$(date +"%Y.%m.%d_%H.%M")

View file

@ -1,5 +1,5 @@
#!/bin/sh -x
#!/bin/sh
# variables
VERSION=master_$(date +"%Y.%m.%d_%H.%M")

View file

@ -1,4 +1,4 @@
#!/bin/sh -x
#!/bin/sh
# variables
VERSION=$(date +"%Y.%m.%d_%H.%M")

View file

@ -1,4 +1,4 @@
#!/bin/sh -x
#!/bin/sh
# variables
VERSION=master_$(date +"%Y.%m.%d_%H.%M")

View file

@ -1,4 +1,4 @@
#!/bin/sh -x
#!/bin/sh
# variables
VERSION=master_$(date +"%Y.%m.%d_%H.%M")

View file

@ -1,4 +1,4 @@
#!/bin/sh -x
#!/bin/sh
# variables
VERSION=$(date +"%Y.%m.%d_%H.%M")

View file

@ -1,4 +1,4 @@
#!/bin/sh -x
#!/bin/sh
# variables
BRANCH=master

View file

@ -1,4 +1,4 @@
#!/bin/sh -x
#!/bin/sh
# variables
VERSION=${VERSION:=$(date +"%Y.%m.%d_%H.%M")}

View file

@ -1,4 +1,4 @@
#!/bin/sh -x
#!/bin/sh
# variables
VERSION=master_$(date +"%Y.%m.%d_%H.%M")

View file

@ -1,4 +1,4 @@
#!/bin/sh -x
#!/bin/sh
# variables
VERSION=$(date +"%Y.%m.%d_%H.%M")

View file

@ -1,4 +1,4 @@
#!/bin/sh -x
#!/bin/sh
# variables
VERSION=$(date +"%Y.%m.%d_%H.%M")

View file

@ -1,4 +1,4 @@
#!/bin/sh -x
#!/bin/sh
# variables
VERSION=$(date +"%Y.%m.%d_%H.%M")

View file

@ -1,4 +1,4 @@
#!/bin/sh -x
#!/bin/sh
# variables
VERSION=master_$(date +"%Y.%m.%d_%H.%M")

View file

@ -1,4 +1,4 @@
#!/bin/sh -x
#!/bin/sh
# variables
VERSION=master_$(date +"%Y.%m.%d_%H.%M")

View file

@ -1,4 +1,4 @@
#!/bin/sh -x
#!/bin/sh
# variables
VERSION=$(date +"%Y.%m.%d_%H.%M")

View file

@ -1,4 +1,4 @@
#!/bin/sh -x
#!/bin/sh
# variables
VERSION=master_$(date +"%Y.%m.%d_%H.%M")

View file

@ -1,4 +1,4 @@
#!/bin/sh -x
#!/bin/sh
# variables
BRANCH=master

View file

@ -1,4 +1,4 @@
#!/bin/sh -x
#!/bin/sh
# variables
VERSION=master_$(date +"%Y.%m.%d_%H.%M")

View file

@ -1,4 +1,4 @@
#!/bin/sh -x
#!/bin/sh
# variables
VERSION=master_$(date +"%Y.%m.%d_%H.%M")

View file

@ -1,4 +1,4 @@
#!/bin/sh -x
#!/bin/sh
# variables
VERSION=$(date +"%Y.%m.%d_%H.%M")

View file

@ -1,4 +1,4 @@
#!/bin/sh -x
#!/bin/sh
# variables
VERSION=master_$(date +"%Y.%m.%d_%H.%M")

View file

@ -1,4 +1,4 @@
#!/bin/sh -x
#!/bin/sh
# variables
VERSION=master_$(date +"%Y.%m.%d_%H.%M")

View file

@ -1,4 +1,4 @@
#!/bin/sh -x
#!/bin/sh
# variables
VERSION=master_$(date +"%Y.%m.%d_%H.%M")

View file

@ -1,4 +1,4 @@
#!/bin/sh -x
#!/bin/sh
# variables
CWD=$(pwd)

View file

@ -1,4 +1,4 @@
#!/bin/sh -x
#!/bin/sh
# variables
VERSION=master_$(date +"%Y.%m.%d_%H.%M")

View file

@ -1,4 +1,4 @@
#!/bin/sh -x
#!/bin/sh
# variables
VERSION=${VERSION:-$(date +"%Y.%m.%d_%H.%M")}

View file

@ -1,4 +1,4 @@
#!/bin/sh -x
#!/bin/sh
# variables
VERSION=master_$(date +"%Y.%m.%d_%H:%M")

View file

@ -1,4 +1,4 @@
#!/bin/sh -x
#!/bin/sh
# variables
VERSION=$(date +"%Y.%m.%d_%H.%M")

View file

@ -1,4 +1,4 @@
#!/bin/sh -x
#!/bin/sh
# variables
VERSION=$(date +"%Y.%m.%d_%H.%M")

View file

@ -1,4 +1,4 @@
#!/bin/sh -x
#!/bin/sh
# variables
VERSION=master_$(date +"%Y.%m.%d_%H.%M")

View file

@ -1,4 +1,4 @@
#!/bin/sh -x
#!/bin/sh
# variables
VERSION=$(date +"%Y.%m.%d_%H.%M")

View file

@ -1,4 +1,4 @@
#!/bin/sh -x
#!/bin/sh
# variables
VERSION=master_$(date +"%Y.%m.%d_%H.%M")

View file

@ -1,4 +1,4 @@
#!/bin/sh -x
#!/bin/sh
# variables
VERSION=$(date +"%Y.%m.%d_%H.%M")

View file

@ -1,4 +1,4 @@
#!/bin/sh -x
#!/bin/sh
# variables
VERSION=master_$(date +"%Y.%m.%d_%H.%M")

View file

@ -1,4 +1,4 @@
#!/bin/sh -x
#!/bin/sh
# variables
VERSION=master_$(date +"%Y.%m.%d_%H.%M")

View file

@ -1,4 +1,4 @@
#!/bin/sh -x
#!/bin/sh
# variables
VERSION=master_$(date +"%Y.%m.%d_%H.%M")

View file

@ -1,4 +1,4 @@
#!/bin/sh -x
#!/bin/sh
# variables
VERSION=master_$(date +"%Y.%m.%d_%H.%M")

Some files were not shown because too many files have changed in this diff Show more