File tree 31 files changed +124
-31
lines changed
31 files changed +124
-31
lines changed Original file line number Diff line number Diff line change 1
1
#! /bin/sh
2
2
set -e
3
3
4
- if [ " ${1# -} " != " ${1} " ] || [ -z " $( command -v " ${1} " ) " ]; then
4
+ # Run command with node if the first argument contains a "-" or is not a system command. The last
5
+ # part inside the "{}" is a workaround for the following bug in ash/dash:
6
+ # https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=874264
7
+ if [ " ${1# -} " != " ${1} " ] || [ -z " $( command -v " ${1} " ) " ] || { [ -f " ${1} " ] && ! [ -x " ${1} " ]; }; then
5
8
set -- node " $@ "
6
9
fi
7
10
Original file line number Diff line number Diff line change 1
1
#! /bin/sh
2
2
set -e
3
3
4
- if [ " ${1# -} " != " ${1} " ] || [ -z " $( command -v " ${1} " ) " ]; then
4
+ # Run command with node if the first argument contains a "-" or is not a system command. The last
5
+ # part inside the "{}" is a workaround for the following bug in ash/dash:
6
+ # https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=874264
7
+ if [ " ${1# -} " != " ${1} " ] || [ -z " $( command -v " ${1} " ) " ] || { [ -f " ${1} " ] && ! [ -x " ${1} " ]; }; then
5
8
set -- node " $@ "
6
9
fi
7
10
Original file line number Diff line number Diff line change 1
1
#! /bin/sh
2
2
set -e
3
3
4
- if [ " ${1# -} " != " ${1} " ] || [ -z " $( command -v " ${1} " ) " ]; then
4
+ # Run command with node if the first argument contains a "-" or is not a system command. The last
5
+ # part inside the "{}" is a workaround for the following bug in ash/dash:
6
+ # https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=874264
7
+ if [ " ${1# -} " != " ${1} " ] || [ -z " $( command -v " ${1} " ) " ] || { [ -f " ${1} " ] && ! [ -x " ${1} " ]; }; then
5
8
set -- node " $@ "
6
9
fi
7
10
Original file line number Diff line number Diff line change 1
1
#! /bin/sh
2
2
set -e
3
3
4
- if [ " ${1# -} " != " ${1} " ] || [ -z " $( command -v " ${1} " ) " ]; then
4
+ # Run command with node if the first argument contains a "-" or is not a system command. The last
5
+ # part inside the "{}" is a workaround for the following bug in ash/dash:
6
+ # https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=874264
7
+ if [ " ${1# -} " != " ${1} " ] || [ -z " $( command -v " ${1} " ) " ] || { [ -f " ${1} " ] && ! [ -x " ${1} " ]; }; then
5
8
set -- node " $@ "
6
9
fi
7
10
Original file line number Diff line number Diff line change 1
1
#! /bin/sh
2
2
set -e
3
3
4
- if [ " ${1# -} " != " ${1} " ] || [ -z " $( command -v " ${1} " ) " ]; then
4
+ # Run command with node if the first argument contains a "-" or is not a system command. The last
5
+ # part inside the "{}" is a workaround for the following bug in ash/dash:
6
+ # https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=874264
7
+ if [ " ${1# -} " != " ${1} " ] || [ -z " $( command -v " ${1} " ) " ] || { [ -f " ${1} " ] && ! [ -x " ${1} " ]; }; then
5
8
set -- node " $@ "
6
9
fi
7
10
Original file line number Diff line number Diff line change 1
1
#! /bin/sh
2
2
set -e
3
3
4
- if [ " ${1# -} " != " ${1} " ] || [ -z " $( command -v " ${1} " ) " ]; then
4
+ # Run command with node if the first argument contains a "-" or is not a system command. The last
5
+ # part inside the "{}" is a workaround for the following bug in ash/dash:
6
+ # https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=874264
7
+ if [ " ${1# -} " != " ${1} " ] || [ -z " $( command -v " ${1} " ) " ] || { [ -f " ${1} " ] && ! [ -x " ${1} " ]; }; then
5
8
set -- node " $@ "
6
9
fi
7
10
Original file line number Diff line number Diff line change 1
1
#! /bin/sh
2
2
set -e
3
3
4
- if [ " ${1# -} " != " ${1} " ] || [ -z " $( command -v " ${1} " ) " ]; then
4
+ # Run command with node if the first argument contains a "-" or is not a system command. The last
5
+ # part inside the "{}" is a workaround for the following bug in ash/dash:
6
+ # https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=874264
7
+ if [ " ${1# -} " != " ${1} " ] || [ -z " $( command -v " ${1} " ) " ] || { [ -f " ${1} " ] && ! [ -x " ${1} " ]; }; then
5
8
set -- node " $@ "
6
9
fi
7
10
Original file line number Diff line number Diff line change 1
1
#! /bin/sh
2
2
set -e
3
3
4
- if [ " ${1# -} " != " ${1} " ] || [ -z " $( command -v " ${1} " ) " ]; then
4
+ # Run command with node if the first argument contains a "-" or is not a system command. The last
5
+ # part inside the "{}" is a workaround for the following bug in ash/dash:
6
+ # https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=874264
7
+ if [ " ${1# -} " != " ${1} " ] || [ -z " $( command -v " ${1} " ) " ] || { [ -f " ${1} " ] && ! [ -x " ${1} " ]; }; then
5
8
set -- node " $@ "
6
9
fi
7
10
Original file line number Diff line number Diff line change 1
1
#! /bin/sh
2
2
set -e
3
3
4
- if [ " ${1# -} " != " ${1} " ] || [ -z " $( command -v " ${1} " ) " ]; then
4
+ # Run command with node if the first argument contains a "-" or is not a system command. The last
5
+ # part inside the "{}" is a workaround for the following bug in ash/dash:
6
+ # https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=874264
7
+ if [ " ${1# -} " != " ${1} " ] || [ -z " $( command -v " ${1} " ) " ] || { [ -f " ${1} " ] && ! [ -x " ${1} " ]; }; then
5
8
set -- node " $@ "
6
9
fi
7
10
Original file line number Diff line number Diff line change 1
1
#! /bin/sh
2
2
set -e
3
3
4
- if [ " ${1# -} " != " ${1} " ] || [ -z " $( command -v " ${1} " ) " ]; then
4
+ # Run command with node if the first argument contains a "-" or is not a system command. The last
5
+ # part inside the "{}" is a workaround for the following bug in ash/dash:
6
+ # https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=874264
7
+ if [ " ${1# -} " != " ${1} " ] || [ -z " $( command -v " ${1} " ) " ] || { [ -f " ${1} " ] && ! [ -x " ${1} " ]; }; then
5
8
set -- node " $@ "
6
9
fi
7
10
Original file line number Diff line number Diff line change 1
1
#! /bin/sh
2
2
set -e
3
3
4
- if [ " ${1# -} " != " ${1} " ] || [ -z " $( command -v " ${1} " ) " ]; then
4
+ # Run command with node if the first argument contains a "-" or is not a system command. The last
5
+ # part inside the "{}" is a workaround for the following bug in ash/dash:
6
+ # https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=874264
7
+ if [ " ${1# -} " != " ${1} " ] || [ -z " $( command -v " ${1} " ) " ] || { [ -f " ${1} " ] && ! [ -x " ${1} " ]; }; then
5
8
set -- node " $@ "
6
9
fi
7
10
Original file line number Diff line number Diff line change 1
1
#! /bin/sh
2
2
set -e
3
3
4
- if [ " ${1# -} " != " ${1} " ] || [ -z " $( command -v " ${1} " ) " ]; then
4
+ # Run command with node if the first argument contains a "-" or is not a system command. The last
5
+ # part inside the "{}" is a workaround for the following bug in ash/dash:
6
+ # https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=874264
7
+ if [ " ${1# -} " != " ${1} " ] || [ -z " $( command -v " ${1} " ) " ] || { [ -f " ${1} " ] && ! [ -x " ${1} " ]; }; then
5
8
set -- node " $@ "
6
9
fi
7
10
Original file line number Diff line number Diff line change 1
1
#! /bin/sh
2
2
set -e
3
3
4
- if [ " ${1# -} " != " ${1} " ] || [ -z " $( command -v " ${1} " ) " ]; then
4
+ # Run command with node if the first argument contains a "-" or is not a system command. The last
5
+ # part inside the "{}" is a workaround for the following bug in ash/dash:
6
+ # https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=874264
7
+ if [ " ${1# -} " != " ${1} " ] || [ -z " $( command -v " ${1} " ) " ] || { [ -f " ${1} " ] && ! [ -x " ${1} " ]; }; then
5
8
set -- node " $@ "
6
9
fi
7
10
Original file line number Diff line number Diff line change 1
1
#! /bin/sh
2
2
set -e
3
3
4
- if [ " ${1# -} " != " ${1} " ] || [ -z " $( command -v " ${1} " ) " ]; then
4
+ # Run command with node if the first argument contains a "-" or is not a system command. The last
5
+ # part inside the "{}" is a workaround for the following bug in ash/dash:
6
+ # https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=874264
7
+ if [ " ${1# -} " != " ${1} " ] || [ -z " $( command -v " ${1} " ) " ] || { [ -f " ${1} " ] && ! [ -x " ${1} " ]; }; then
5
8
set -- node " $@ "
6
9
fi
7
10
Original file line number Diff line number Diff line change 1
1
#! /bin/sh
2
2
set -e
3
3
4
- if [ " ${1# -} " != " ${1} " ] || [ -z " $( command -v " ${1} " ) " ]; then
4
+ # Run command with node if the first argument contains a "-" or is not a system command. The last
5
+ # part inside the "{}" is a workaround for the following bug in ash/dash:
6
+ # https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=874264
7
+ if [ " ${1# -} " != " ${1} " ] || [ -z " $( command -v " ${1} " ) " ] || { [ -f " ${1} " ] && ! [ -x " ${1} " ]; }; then
5
8
set -- node " $@ "
6
9
fi
7
10
Original file line number Diff line number Diff line change 1
1
#! /bin/sh
2
2
set -e
3
3
4
- if [ " ${1# -} " != " ${1} " ] || [ -z " $( command -v " ${1} " ) " ]; then
4
+ # Run command with node if the first argument contains a "-" or is not a system command. The last
5
+ # part inside the "{}" is a workaround for the following bug in ash/dash:
6
+ # https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=874264
7
+ if [ " ${1# -} " != " ${1} " ] || [ -z " $( command -v " ${1} " ) " ] || { [ -f " ${1} " ] && ! [ -x " ${1} " ]; }; then
5
8
set -- node " $@ "
6
9
fi
7
10
Original file line number Diff line number Diff line change 1
1
#! /bin/sh
2
2
set -e
3
3
4
- if [ " ${1# -} " != " ${1} " ] || [ -z " $( command -v " ${1} " ) " ]; then
4
+ # Run command with node if the first argument contains a "-" or is not a system command. The last
5
+ # part inside the "{}" is a workaround for the following bug in ash/dash:
6
+ # https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=874264
7
+ if [ " ${1# -} " != " ${1} " ] || [ -z " $( command -v " ${1} " ) " ] || { [ -f " ${1} " ] && ! [ -x " ${1} " ]; }; then
5
8
set -- node " $@ "
6
9
fi
7
10
Original file line number Diff line number Diff line change 1
1
#! /bin/sh
2
2
set -e
3
3
4
- if [ " ${1# -} " != " ${1} " ] || [ -z " $( command -v " ${1} " ) " ]; then
4
+ # Run command with node if the first argument contains a "-" or is not a system command. The last
5
+ # part inside the "{}" is a workaround for the following bug in ash/dash:
6
+ # https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=874264
7
+ if [ " ${1# -} " != " ${1} " ] || [ -z " $( command -v " ${1} " ) " ] || { [ -f " ${1} " ] && ! [ -x " ${1} " ]; }; then
5
8
set -- node " $@ "
6
9
fi
7
10
Original file line number Diff line number Diff line change 1
1
#! /bin/sh
2
2
set -e
3
3
4
- if [ " ${1# -} " != " ${1} " ] || [ -z " $( command -v " ${1} " ) " ]; then
4
+ # Run command with node if the first argument contains a "-" or is not a system command. The last
5
+ # part inside the "{}" is a workaround for the following bug in ash/dash:
6
+ # https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=874264
7
+ if [ " ${1# -} " != " ${1} " ] || [ -z " $( command -v " ${1} " ) " ] || { [ -f " ${1} " ] && ! [ -x " ${1} " ]; }; then
5
8
set -- node " $@ "
6
9
fi
7
10
Original file line number Diff line number Diff line change 1
1
#! /bin/sh
2
2
set -e
3
3
4
- if [ " ${1# -} " != " ${1} " ] || [ -z " $( command -v " ${1} " ) " ]; then
4
+ # Run command with node if the first argument contains a "-" or is not a system command. The last
5
+ # part inside the "{}" is a workaround for the following bug in ash/dash:
6
+ # https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=874264
7
+ if [ " ${1# -} " != " ${1} " ] || [ -z " $( command -v " ${1} " ) " ] || { [ -f " ${1} " ] && ! [ -x " ${1} " ]; }; then
5
8
set -- node " $@ "
6
9
fi
7
10
Original file line number Diff line number Diff line change 1
1
#! /bin/sh
2
2
set -e
3
3
4
- if [ " ${1# -} " != " ${1} " ] || [ -z " $( command -v " ${1} " ) " ]; then
4
+ # Run command with node if the first argument contains a "-" or is not a system command. The last
5
+ # part inside the "{}" is a workaround for the following bug in ash/dash:
6
+ # https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=874264
7
+ if [ " ${1# -} " != " ${1} " ] || [ -z " $( command -v " ${1} " ) " ] || { [ -f " ${1} " ] && ! [ -x " ${1} " ]; }; then
5
8
set -- node " $@ "
6
9
fi
7
10
Original file line number Diff line number Diff line change 1
1
#! /bin/sh
2
2
set -e
3
3
4
- if [ " ${1# -} " != " ${1} " ] || [ -z " $( command -v " ${1} " ) " ]; then
4
+ # Run command with node if the first argument contains a "-" or is not a system command. The last
5
+ # part inside the "{}" is a workaround for the following bug in ash/dash:
6
+ # https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=874264
7
+ if [ " ${1# -} " != " ${1} " ] || [ -z " $( command -v " ${1} " ) " ] || { [ -f " ${1} " ] && ! [ -x " ${1} " ]; }; then
5
8
set -- node " $@ "
6
9
fi
7
10
Original file line number Diff line number Diff line change 1
1
#! /bin/sh
2
2
set -e
3
3
4
- if [ " ${1# -} " != " ${1} " ] || [ -z " $( command -v " ${1} " ) " ]; then
4
+ # Run command with node if the first argument contains a "-" or is not a system command. The last
5
+ # part inside the "{}" is a workaround for the following bug in ash/dash:
6
+ # https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=874264
7
+ if [ " ${1# -} " != " ${1} " ] || [ -z " $( command -v " ${1} " ) " ] || { [ -f " ${1} " ] && ! [ -x " ${1} " ]; }; then
5
8
set -- node " $@ "
6
9
fi
7
10
Original file line number Diff line number Diff line change 1
1
#! /bin/sh
2
2
set -e
3
3
4
- if [ " ${1# -} " != " ${1} " ] || [ -z " $( command -v " ${1} " ) " ]; then
4
+ # Run command with node if the first argument contains a "-" or is not a system command. The last
5
+ # part inside the "{}" is a workaround for the following bug in ash/dash:
6
+ # https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=874264
7
+ if [ " ${1# -} " != " ${1} " ] || [ -z " $( command -v " ${1} " ) " ] || { [ -f " ${1} " ] && ! [ -x " ${1} " ]; }; then
5
8
set -- node " $@ "
6
9
fi
7
10
Original file line number Diff line number Diff line change 1
1
#! /bin/sh
2
2
set -e
3
3
4
- if [ " ${1# -} " != " ${1} " ] || [ -z " $( command -v " ${1} " ) " ]; then
4
+ # Run command with node if the first argument contains a "-" or is not a system command. The last
5
+ # part inside the "{}" is a workaround for the following bug in ash/dash:
6
+ # https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=874264
7
+ if [ " ${1# -} " != " ${1} " ] || [ -z " $( command -v " ${1} " ) " ] || { [ -f " ${1} " ] && ! [ -x " ${1} " ]; }; then
5
8
set -- node " $@ "
6
9
fi
7
10
Original file line number Diff line number Diff line change 1
1
#! /bin/sh
2
2
set -e
3
3
4
- if [ " ${1# -} " != " ${1} " ] || [ -z " $( command -v " ${1} " ) " ]; then
4
+ # Run command with node if the first argument contains a "-" or is not a system command. The last
5
+ # part inside the "{}" is a workaround for the following bug in ash/dash:
6
+ # https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=874264
7
+ if [ " ${1# -} " != " ${1} " ] || [ -z " $( command -v " ${1} " ) " ] || { [ -f " ${1} " ] && ! [ -x " ${1} " ]; }; then
5
8
set -- node " $@ "
6
9
fi
7
10
Original file line number Diff line number Diff line change 1
1
#! /bin/sh
2
2
set -e
3
3
4
- if [ " ${1# -} " != " ${1} " ] || [ -z " $( command -v " ${1} " ) " ]; then
4
+ # Run command with node if the first argument contains a "-" or is not a system command. The last
5
+ # part inside the "{}" is a workaround for the following bug in ash/dash:
6
+ # https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=874264
7
+ if [ " ${1# -} " != " ${1} " ] || [ -z " $( command -v " ${1} " ) " ] || { [ -f " ${1} " ] && ! [ -x " ${1} " ]; }; then
5
8
set -- node " $@ "
6
9
fi
7
10
Original file line number Diff line number Diff line change 1
1
#! /bin/sh
2
2
set -e
3
3
4
- if [ " ${1# -} " != " ${1} " ] || [ -z " $( command -v " ${1} " ) " ]; then
4
+ # Run command with node if the first argument contains a "-" or is not a system command. The last
5
+ # part inside the "{}" is a workaround for the following bug in ash/dash:
6
+ # https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=874264
7
+ if [ " ${1# -} " != " ${1} " ] || [ -z " $( command -v " ${1} " ) " ] || { [ -f " ${1} " ] && ! [ -x " ${1} " ]; }; then
5
8
set -- node " $@ "
6
9
fi
7
10
Original file line number Diff line number Diff line change 1
1
#! /bin/sh
2
2
set -e
3
3
4
- if [ " ${1# -} " != " ${1} " ] || [ -z " $( command -v " ${1} " ) " ]; then
4
+ # Run command with node if the first argument contains a "-" or is not a system command. The last
5
+ # part inside the "{}" is a workaround for the following bug in ash/dash:
6
+ # https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=874264
7
+ if [ " ${1# -} " != " ${1} " ] || [ -z " $( command -v " ${1} " ) " ] || { [ -f " ${1} " ] && ! [ -x " ${1} " ]; }; then
5
8
set -- node " $@ "
6
9
fi
7
10
Original file line number Diff line number Diff line change 1
1
#! /bin/sh
2
2
set -e
3
3
4
- if [ " ${1# -} " != " ${1} " ] || [ -z " $( command -v " ${1} " ) " ]; then
4
+ # Run command with node if the first argument contains a "-" or is not a system command. The last
5
+ # part inside the "{}" is a workaround for the following bug in ash/dash:
6
+ # https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=874264
7
+ if [ " ${1# -} " != " ${1} " ] || [ -z " $( command -v " ${1} " ) " ] || { [ -f " ${1} " ] && ! [ -x " ${1} " ]; }; then
5
8
set -- node " $@ "
6
9
fi
7
10
Original file line number Diff line number Diff line change 1
1
#! /bin/sh
2
2
set -e
3
3
4
- if [ " ${1# -} " != " ${1} " ] || [ -z " $( command -v " ${1} " ) " ]; then
4
+ # Run command with node if the first argument contains a "-" or is not a system command. The last
5
+ # part inside the "{}" is a workaround for the following bug in ash/dash:
6
+ # https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=874264
7
+ if [ " ${1# -} " != " ${1} " ] || [ -z " $( command -v " ${1} " ) " ] || { [ -f " ${1} " ] && ! [ -x " ${1} " ]; }; then
5
8
set -- node " $@ "
6
9
fi
7
10
You can’t perform that action at this time.
0 commit comments