1
0
Fork 0

Use pipefail and nounset for safety

This commit is contained in:
Luca Beltrame 2015-05-20 07:41:03 +02:00
parent 659eed4d95
commit e6a65599c4

View file

@ -1,5 +1,8 @@
#!/bin/bash
set -o nounset
set -o pipefail
cloned_dir="$1"
destination_dir="$2"