revert emacs code, omit newline in args file so languages stop seeing a blank arg

This commit is contained in:
Brian Seymour 2021-01-21 19:38:00 -06:00
parent 9237806dee
commit 6d69a1b189
2 changed files with 2 additions and 6 deletions

View file

@ -22,7 +22,7 @@ mkdir -p $basepath/tmp/$epoch
chmod 777 $basepath/tmp/$epoch
cat $2 > $basepath$filepath
echo $3 > $basepath$stdinpath
echo "${@:4}" > $basepath$argpath
echo -n "${@:4}" > $basepath$argpath
# process incrementor
exec 200>$dir/lockfile