Skip to content

Commit 98f260f

Browse files
author
NorNet Praesum Presum
committed
Minor clean-ups.
1 parent f42c126 commit 98f260f

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/make-rootshell

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
#!/bin/sh
1+
#!/bin/sh -eu
22
#
33
# Network Performance Meter
44
# Copyright (C) 2009-2025 by Thomas Dreibholz
@@ -19,7 +19,7 @@
1919
2020
#
2121

22-
SYSTEM=`uname`
22+
SYSTEM="$(uname)"
2323

2424
make rootshell
2525
if [ "$SYSTEM" = "Linux" ] ; then

0 commit comments

Comments
 (0)