summaryrefslogtreecommitdiff
path: root/init_buildsystem
diff options
context:
space:
mode:
authorMichael Schroeder <mls@suse.de>2014-03-20 15:16:31 +0100
committerMichael Schroeder <mls@suse.de>2014-03-20 15:16:31 +0100
commitf25e80aebbcc901b537399a8de6e4f279d09d1f1 (patch)
tree544a4ab49be663f6bd474d79c58a05a606acac5f /init_buildsystem
parent0495037855ff78f65255e50ce3527dc0bc1d93c8 (diff)
revert 2>/dev/null in shm rm command, real fix was last commit
Diffstat (limited to 'init_buildsystem')
-rwxr-xr-xinit_buildsystem2
1 files changed, 1 insertions, 1 deletions
diff --git a/init_buildsystem b/init_buildsystem
index bcb22ad..1e6aaf3 100755
--- a/init_buildsystem
+++ b/init_buildsystem
@@ -213,7 +213,7 @@ create_devs() {
local com file mode arg
mkdir -m 755 -p $BUILD_ROOT/dev/pts
- test -d $BUILD_ROOT/dev/shm || rm -f $BUILD_ROOT/dev/shm 2>/dev/null
+ test -d $BUILD_ROOT/dev/shm || rm -f $BUILD_ROOT/dev/shm
mkdir -m 755 -p $BUILD_ROOT/dev/shm
while read com file mode arg ; do
rm -f $BUILD_ROOT/dev/$file