MT#12713 jessie support: do not fail under needrestart

If $SHELL is invalid then the needrestart dpkg hook
fails to execute, see Debian's BTS 

Change-Id: I29558d8bef0b5545fb18b08ed5559f25e7d69b5c
changes/04/1904/1
Michael Prokop 10 years ago
parent adcb72d9aa
commit 4daf950999

@ -26,6 +26,9 @@ fi
export LC_ALL=C
export LANG=C
# avoid SHELL being set but not available, causing needrestart failure, see #788819
unset SHELL
# defaults
DEFAULT_INSTALL_DEV=eth0
DEFAULT_IP1=192.168.255.251

Loading…
Cancel
Save