mark scripts deprecated by prepatch.sh changes

master
poikilos 2019-06-15 03:33:57 -04:00 committed by Jacob Gustafson
parent 83cf034825
commit 1d32e43baf
2 changed files with 6 additions and 0 deletions

View File

@ -1,2 +1,6 @@
#!/bin/sh
nohup meld ~/minetest/games/Bucket_Game patches/deprecated/merged-upstream/Bucket_Game &
echo
sleep 1
echo "This script is not maintained. see also ./prepatch.sh with --meld option"
echo

View File

@ -1,4 +1,6 @@
#!/bin/bash
echo "use prepatch.sh instead (which now uses and requires branch name)"
exit 0
master=~/minetest/games/Bucket_Game
branches=~/git/1.pull-requests/Bucket_Game-branches
if [ ! -d "$branches" ]; then