Skip to content

Commit ad96e8e

Browse files
author
Nick Maiorsky
committed
Updated globals
1 parent 0919faa commit ad96e8e

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

zs-singlebootstrap.sh

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
#!/bin/bash -ex
22

3-
.global.sh
3+
. ./global.sh
44

55
export PATH=$PATH:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin
66
set -e
@@ -28,4 +28,4 @@ rm -rf *
2828

2929
$ command -v foo >/dev/null 2>&1 || { echo >&2 "I require foo but it's not installed. Aborting."; exit 1; }
3030
$ type foo >/dev/null 2>&1 || { echo >&2 "I require foo but it's not installed. Aborting."; exit 1; }
31-
$ hash foo 2>/dev/null || { echo >&2 "I require foo but it's not installed. Aborting."; exit 1; }
31+
$ hash foo 2>/dev/null || { echo >&2 "I require foo but it's not installed. Aborting."; exit 1; }

0 commit comments

Comments
 (0)