create-mkdebian.sh: Some tweaks with DISPLAY variable in the attempt to make send-to-machine.sh work

Signed-off-by: Jan Lindemann <jan@janware.com>
This commit is contained in:
Jan Lindemann 2015-05-25 15:40:40 +00:00
commit b9e62bdaee

View file

@ -0,0 +1,7 @@
#!/bin/sh
cat << EOT
echo "Produced by $0."
echo "$0 is currently just a dummy script" >&2
EOT