Code cleanup
This commit is contained in:
parent
8cd51c477a
commit
e1a8c8ff50
@ -31,8 +31,8 @@ SED="sed"
|
|||||||
#debug
|
#debug
|
||||||
_debug()
|
_debug()
|
||||||
{
|
{
|
||||||
echo $@ 1>&2
|
echo "$@" 1>&2
|
||||||
$@
|
"$@"
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
@ -97,6 +97,6 @@ while [ $# -gt 0 ]; do
|
|||||||
$RM -- "$target" 2> "$DEVNULL"
|
$RM -- "$target" 2> "$DEVNULL"
|
||||||
exit 2
|
exit 2
|
||||||
elif [ -x "$target.in" ]; then
|
elif [ -x "$target.in" ]; then
|
||||||
$DEBUG $CHMOD +x "$target"
|
$DEBUG $CHMOD 0755 "$target"
|
||||||
fi
|
fi
|
||||||
done
|
done
|
||||||
|
Loading…
Reference in New Issue
Block a user