5 lines
97 B
Bash
5 lines
97 B
Bash
#!/usr/bin/env bash
|
|
|
|
# Simply return an error code to simulate a broken SVN installation
|
|
exit 72
|