We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent bde91a1 commit cfcbe79Copy full SHA for cfcbe79
utilities/removeUnreaseonablePhysFiles.sh
@@ -12,7 +12,7 @@ then
12
fi
13
14
if [[ ! -d "$1" ]]; then
15
- echo "Error, directory does not exist"
+ echo "Error, directory does not exist: $1"
16
exit
17
18
0 commit comments