Merge pull request #2209 from ijc/expurgate-set--x

pkg/mount: Remove set -x
This commit is contained in:
Riyaz Faizullabhoy
2017-07-14 09:58:36 -07:00
committed by GitHub
11 changed files with 10 additions and 12 deletions

View File

@@ -1,7 +1,5 @@
#!/bin/sh
set -x
MOUNTPOINT="$1"
[ -z "$MOUNTPOINT" ] && echo "No mountpoint specified" && exit 1