fixed cl-video-install newline return

master 3.7.1.7
idziubenko 3 years ago
parent c6de0c9ec8
commit 9aeab9e184

@ -1,6 +1,6 @@
#!/bin/bash
PKG=$1
MASK=`cl-core --method core_variables_show --only-value install.os_nvidia_mask 2>/dev/null`
MASK=`cl-core --method core_variables_show --only-value install.os_nvidia_mask | sed -n 's/^\n$//' 2>/dev/null`
WORLD=/var/lib/portage/world
LOG=/dev/tty12
WRITEPKG=

Loading…
Cancel
Save