Fix cpb and mvb on cdargs

This commit is contained in:
Jose Espinosa 2013-05-14 23:02:34 -07:00
commit 8f636d1052

View file

@ -98,7 +98,7 @@ function _cdargs_exec ()
i=1; i=1;
for arg; do for arg; do
if [ $i -lt $# ]; then if [ $i -lt $# ]; then
$command "$arg" "$dir"; eval $command "$arg" "$dir";
fi fi
let i=$i+1; let i=$i+1;
done done