remove stupid flags from arch dependency script
parent
5a01e98d3c
commit
f896bb8431
|
@ -19,8 +19,6 @@
|
|||
# along with this program. If not, see <http://www.gnu.org/licenses/>.
|
||||
#
|
||||
|
||||
[ "x${DEBUG+set}" = 'xset' ] && set -v
|
||||
set -u -e
|
||||
|
||||
if [ $EUID -ne 0 ]; then
|
||||
printf "This script must be run as root\n"
|
||||
|
|
Loading…
Reference in New Issue