Skip to content

Commit dd1f2ac

Browse files
author
John Messerly
authored
Update patch_sdk.sh
make it work from any directory
1 parent 7150377 commit dd1f2ac

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

pkg/dev_compiler/tool/patch_sdk.sh

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
#!/bin/bash
22
set -e
33

4+
cd "$(dirname "$BASH_SOURCE[0]")/.."
45
dart -c tool/patch_sdk.dart tool/input_sdk gen/patched_sdk

0 commit comments

Comments
 (0)