more changes, to remove the repository dir variable.
[feisty_meow.git] / scripts / winders / find_64bit_bins.sh
index 5afec91cf6756d4cbb75d47f658ec4b0adbca1dd..4a6da552a630465c220b147a80c1969f8331785d 100644 (file)
@@ -1 +1 @@
-for i in $REPOSITORY_DIR/binaries/*.exe ; do dumpbin //headers $i | grep -i 8664 ; done
+for i in $FEISTY_MEOW_DIR/binaries/*.exe ; do dumpbin //headers $i | grep -i 8664 ; done