more changes, to remove the repository dir variable.
[feisty_meow.git] / scripts / generator / next_version.sh
index 805745b0ca58bec71e0bb1e05cf93fc3a411ed7e..3b34b5a253461a43829c40b118f8d33bc6db519f 100644 (file)
@@ -12,7 +12,7 @@ if [ ! -z "$BUILD_PARAMETER_FILE" ]; then
 fi
 if [ -z "$PARAMETER_FILE" ]; then
   # last ditch attempt to get one that will work.
-  PARAMETER_FILE="$REPOSITORY_DIR/build.ini"
+  PARAMETER_FILE="$FEISTY_MEOW_DIR/build.ini"
 fi
 
 chmod u+w "$PARAMETER_FILE"