fixed typo

This commit is contained in:
jan6 2021-10-10 22:42:38 +03:00
parent 323e8c8f5d
commit 2644aa03d6
1 changed files with 1 additions and 1 deletions

View File

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