Skip to content

Commit b9aeb15

Browse files
committed
Bash now requires './' to source from a relative path.
1 parent 31e99fe commit b9aeb15

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

fetch_modules.sh

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
#!/bin/sh
22

3-
source pins.sh
3+
source ./pins.sh
44

55
git clone https://gitlab.gnome.org/GNOME/gtk-osx.git _gtk-osx-modules
66
(cd _gtk-osx-modules && git checkout $PIN_GTK_OSX_COMMIT)

0 commit comments

Comments
 (0)