fix dev script

use system variable EDITOR to start the default editor
This commit is contained in:
6543 2019-07-13 20:06:14 +02:00
parent 18b42628a0
commit db0ae5e4fe
Signed by: 6543
GPG Key ID: A1CA74D27FD13271
1 changed files with 1 additions and 1 deletions

View File

@ -18,7 +18,7 @@ date=`date +%Y-%m-%d`

echo >> changes/remaster.md
echo $date - $version >> changes/remaster.md
editor changes/remaster.md
$EDITOR changes/remaster.md
}

[ -f "DEBIAN/control" ] && {