summaryrefslogtreecommitdiff
path: root/bin/xfsprogs_release.sh
diff options
context:
space:
mode:
Diffstat (limited to 'bin/xfsprogs_release.sh')
-rwxr-xr-xbin/xfsprogs_release.sh6
1 files changed, 3 insertions, 3 deletions
diff --git a/bin/xfsprogs_release.sh b/bin/xfsprogs_release.sh
index d17ac96..104adc8 100755
--- a/bin/xfsprogs_release.sh
+++ b/bin/xfsprogs_release.sh
@@ -4,8 +4,8 @@ SOURCE="$PWD"
VERSION_FILE="$SOURCE/VERSION"
CONFIGURE_FILE="$SOURCE/configure.ac"
DEB_FILE="$SOURCE/debian/changelog"
-FORNEXT_DIR="/home/cmaiolin/Source/xfsprogs/for-next"
+FORNEXT_DIR="~/Source/xfsprogs/for-next"
LAST_HEAD=""
DEBUG=1
@@ -50,7 +50,7 @@ BODY="$2"
fi
if [ -f $BODY ]; then
- neomutt -F ~/.mutt/muttrc-local-korg -s "$SUBJECT" $LIST -i $BODY
+ neomutt -F ~/.mutt/muttrc-kernel -s "$SUBJECT" $LIST -i $BODY
else
echo "No message body... exiting"
exit 1