Skip to content

Commit

Permalink
Fix update.sh script
Browse files Browse the repository at this point in the history
  • Loading branch information
Kyle-Ye committed Oct 10, 2024
1 parent ca8b3da commit fdbad69
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions Scripts/update.sh
Original file line number Diff line number Diff line change
@@ -1,7 +1,5 @@
#!/bin/bash

set -x

# A `realpath` alternative using the default C implementation.
filepath() {
[[ $1 = /* ]] && echo "$1" || echo "$PWD/${1#./}"
Expand Down Expand Up @@ -41,4 +39,4 @@ cp -r $SOURCE_DIR/* $SOURCE_DES/
mkdir -p $TEST_DEST
cp -r $TEST_DIR/* $TEST_DEST/

# rm -rf REPO_DIR
rm -rf $REPO_DIR

0 comments on commit fdbad69

Please sign in to comment.