Browse Source

drop unnecessary OLDPWD stuff

tags/v1.9.11-RC1
Karl Lindén 10 years ago
parent
commit
e963ff8f7c
1 changed files with 0 additions and 4 deletions
  1. +0
    -4
      svnversion_regenerate.sh

+ 0
- 4
svnversion_regenerate.sh View File

@@ -16,8 +16,6 @@ TEMP_FILE="${OUTPUT_FILE}.tmp"
#echo "$OUTPUT_FILE"
#echo "$TEMP_FILE"

OLDPWD=`pwd`

# The script should reside in the toplevel source directory which sould contain
# all version control files.
cd `dirname ${0}`
@@ -66,8 +64,6 @@ else
fi
fi

cd "${OLDPWD}"

rm "${TEMP_FILE}"

exit $?

Loading…
Cancel
Save