probably fixed build script to run in relatively right dir

This commit is contained in:
jan6 2021-10-10 22:37:57 +03:00
parent d414a61632
commit 323e8c8f5d
1 changed files with 2 additions and 0 deletions

View File

@ -1,6 +1,8 @@
#!/bin/sh
#umask 0113
dir="$(echo "$0"|sed 's|/[^/]+$||')"
if [ -d "$dir" ];then cd "$dir";fi
git submodule update --remote