Skip to content

Commit 6d2e8cf

Browse files
authored
Merge pull request #21 from pspdev/remove-test-tmp
Remove test.tmp
2 parents ff4b31f + fa02991 commit 6d2e8cf

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

depends/check-pspdev.sh

+1
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,7 @@ ls -ld $PSPDEV > /dev/null 2>&1 || mkdir -p $PSPDEV > /dev/null 2>&1 || { echo "
99

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

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

0 commit comments

Comments
 (0)