We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 74f9e50 commit 4188be2Copy full SHA for 4188be2
linux/massStorageCopy.sh
@@ -20,12 +20,11 @@ usage() {
20
echo "## Note:"
21
echo "## -I and -O are optionals and kept for backward compatibility."
22
echo "############################################################"
23
- exit 0
+ exit "$1"
24
}
25
26
if [ $# -lt 2 ]; then
27
- usage
28
- exit 1
+ usage 1
29
fi
30
31
# Parsing options
macosx/massStorageCopy.sh
0 commit comments