diff options
Diffstat (limited to 'scripts')
| -rwxr-xr-x | scripts/release-common.sh | 2 | 
1 files changed, 1 insertions, 1 deletions
| diff --git a/scripts/release-common.sh b/scripts/release-common.sh index ad7b3fa..72ae29c 100755 --- a/scripts/release-common.sh +++ b/scripts/release-common.sh @@ -110,7 +110,7 @@ case $OS in      ;;  esac -if [ -n .git ]; then +if [ -d .git ]; then    git submodule update  fi | 
