1
0
mirror of synced 2026-01-12 00:42:56 +00:00
Interlisp.medley/scripts/post-checkout.sh
Larry Masinter 9f980276bf
Add a call to check for orphaned versions after any checkout (#1973)
* Add a call to check for orphaned versions after any checkout

* use == instead of -eq for optional

* Add a scripts/install-repo-checks for things to run after checkout; only this versioning error checked for now
2025-01-25 11:15:27 -08:00

4 lines
104 B
Bash
Executable File

#/bin/sh
find . -name "*.~[1-9]*~" -exec if \[ ! -f {}:h \]\; then echo "{}" " with no versionless" \;