fixeria has uploaded this change for review.

View Change

osmo-uninstall.sh: add -x and -e

Change-Id: I226aed2ddce9a01fc9399a8ba656a2496b1efa61
---
M osmo-uninstall.sh
1 file changed, 1 insertion(+), 1 deletion(-)

git pull ssh://gerrit.osmocom.org:29418/osmo-dev refs/changes/50/37850/1
diff --git a/osmo-uninstall.sh b/osmo-uninstall.sh
index b223c4c..52da9d7 100755
--- a/osmo-uninstall.sh
+++ b/osmo-uninstall.sh
@@ -1,4 +1,4 @@
-#!/bin/sh
+#!/bin/sh -xe
# Remove all osmocom installations from given prefix, default is /usr/local
prefix="${1-/usr/local}"
echo "$prefix"

To view, visit change 37850. To unsubscribe, or for help writing mail filters, visit settings.

Gerrit-MessageType: newchange
Gerrit-Project: osmo-dev
Gerrit-Branch: master
Gerrit-Change-Id: I226aed2ddce9a01fc9399a8ba656a2496b1efa61
Gerrit-Change-Number: 37850
Gerrit-PatchSet: 1
Gerrit-Owner: fixeria <vyanitskiy@sysmocom.de>