diff options
author | mordax <maya@mordax.io> | 2018-10-14 09:35:09 +0800 |
---|---|---|
committer | mordax <maya@mordax.io> | 2018-10-14 09:35:09 +0800 |
commit | 40b9b52872d330096fdde240e81bcc455e575616 (patch) | |
tree | 3c45cf5dbcba1a6f13ecb85a54768c4d480b3fae | |
parent | 58252950a7ae7de90b508995e4d00224c0820526 (diff) | |
download | dexon-solidity-40b9b52872d330096fdde240e81bcc455e575616.tar.gz dexon-solidity-40b9b52872d330096fdde240e81bcc455e575616.tar.zst dexon-solidity-40b9b52872d330096fdde240e81bcc455e575616.zip |
Remove another mention
-rwxr-xr-x | scripts/create_source_tarball.sh | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/scripts/create_source_tarball.sh b/scripts/create_source_tarball.sh index 4e930707..632c1daa 100755 --- a/scripts/create_source_tarball.sh +++ b/scripts/create_source_tarball.sh @@ -23,7 +23,6 @@ REPO_ROOT="$(dirname "$0")"/.. mkdir "$SOLDIR" # Store the current source git checkout-index -a --prefix="$SOLDIR" - git submodule foreach 'git checkout-index -a --prefix="'"$SOLDIR"'/$path/"' # Store the commit hash echo "$commithash" > "$SOLDIR/commit_hash.txt" if [ -e prerelease.txt -a ! -s prerelease.txt ] |