UBUNTU: [Packaging[ get rid of unnecessary 'set -x'
Drop a 'set -x' previously added for debugging purposes by commit
7339f2ad00dc ("UBUNTU: [Packaging]: always use fully qualified <triplet>-gcc-VER toolchain")
Signed-off-by: Andrea Righi <andrea.righi@canonical.com>
This commit is contained in:
committed by
Paolo Pisati
parent
8eb22e7b20
commit
3a87b14c78
Vendored
-1
@@ -24,7 +24,6 @@ case "$mode" in
|
||||
exit 1 ;;
|
||||
esac
|
||||
|
||||
set -x
|
||||
if [ -z "$gcc" ]; then
|
||||
echo "ERROR: gcc environment variable must be set"
|
||||
exit 1
|
||||
|
||||
Reference in New Issue
Block a user