File tree Expand file tree Collapse file tree 3 files changed +4
-4
lines changed Expand file tree Collapse file tree 3 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -15,7 +15,7 @@ QEMU_GIT_COMMIT="49ee115552"
15
15
# reset to blank when QEMU_REV/GIT_COMMIT bumps, otherwise begin count from 1
16
16
QEMU_REV_ZIG_SERIAL=
17
17
18
- if [ -n $QEMU_GIT_COMMIT ]; then
18
+ if [ -n " $QEMU_GIT_COMMIT" ]; then
19
19
QEMU_SRC_BASENAME="${QEMU_NAME}-${QEMU_REV}-${QEMU_GIT_COMMIT}"
20
20
else
21
21
QEMU_SRC_BASENAME="${QEMU_NAME}-${QEMU_REV}"
@@ -34,6 +34,6 @@ WORKDIR() {
34
34
}
35
35
36
36
RUN() {
37
- echo "run: $@ "
37
+ echo "run: $* "
38
38
"$@"
39
39
}
Original file line number Diff line number Diff line change 4
4
5
5
. $( dirname $0 ) /base
6
6
7
- if [ -n $QEMU_GIT_COMMIT ]; then
7
+ if [ -n " $QEMU_GIT_COMMIT " ]; then
8
8
exit 0
9
9
fi
10
10
Original file line number Diff line number Diff line change 6
6
7
7
WORKDIR /work/src
8
8
9
- if [ -n $QEMU_GIT_COMMIT ]; then
9
+ if [ -n " $QEMU_GIT_COMMIT " ]; then
10
10
git clone --no-checkout https://github.com/qemu/qemu.git $QEMU_SRC_BASENAME
11
11
cd $QEMU_SRC_BASENAME
12
12
git checkout $QEMU_GIT_COMMIT
You can’t perform that action at this time.
0 commit comments