mirror of
https://github.com/linux-msm/openocd.git
synced 2026-02-25 13:15:07 -08:00
9 lines
95 B
Bash
Executable File
9 lines
95 B
Bash
Executable File
#!/bin/bash
|
|
|
|
REV=unknown
|
|
|
|
which svnversion > /dev/null 2>&1 && REV=`svnversion`
|
|
|
|
echo -n $REV
|
|
|