diff options
-rwxr-xr-x | src/scripts/reversion | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/scripts/reversion b/src/scripts/reversion index 7bc56f620..32a867f25 100755 --- a/src/scripts/reversion +++ b/src/scripts/reversion @@ -5,8 +5,8 @@ # Read version information that was generated by a previous run of # this script, or during the release process. -if [ -f version.sh ] -then . version.sh +if [ -f ./version.sh ] +then . ./version.sh elif [ -f ../src/version.sh ] then . ../src/version.sh fi |