Thomas Vachuska

Fixed onos-app tool to exit with proper status.

Change-Id: Id3d4e703a2bf6f12208aeabb2cdaad87ca0c33af
...@@ -66,4 +66,7 @@ case $cmd in ...@@ -66,4 +66,7 @@ case $cmd in
66 *) usage;; 66 *) usage;;
67 esac 67 esac
68 68
69 +
70 +status=$?
69 echo # new line for prompt 71 echo # new line for prompt
72 +exit $status
......