Skip to content

Commit

Permalink
Merge pull request #186 from pspdev/remove-test-tmp
Browse files Browse the repository at this point in the history
Don't leave test.tmp laying around
  • Loading branch information
sharkwouter authored Jun 11, 2024
2 parents a8f3453 + 35a613f commit 346cd98
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions depends/check-pspdev.sh
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@ ls -ld $PSPDEV > /dev/null 2>&1 || mkdir -p $PSPDEV > /dev/null 2>&1 || { echo "

## Check for write permission.
touch $PSPDEV/test.tmp > /dev/null 2>&1 || { echo "ERROR: Grant write permissions for $PSPDEV before continuing."; exit 1; }
rm $PSPDEV/test.tmp

## Check for $PSPDEV/bin in the path.
echo $PATH | grep $PSPDEV/bin > /dev/null 2>&1 || { echo "ERROR: Add $PSPDEV/bin to your path before continuing."; exit 1; }
Expand Down

0 comments on commit 346cd98

Please sign in to comment.