source referenced version.sh file always
[exim.git] / src / scripts / reversion
index 7bc56f620313554516b4b1f50be0457345b89d51..32a867f25ce49dfca2415c0c35db1ba6203da6f3 100755 (executable)
@@ -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