Browse Source

Fixed `sde pkg up` to not use the old sde-help.in library

misl/sde-wrapper
Alejandro Mery 18 years ago
parent
commit
7c3579666b
1 changed files with 2 additions and 4 deletions
  1. +2
    -4
      lib/sde-package/update.in

+ 2
- 4
lib/sde-package/update.in

@ -100,8 +100,7 @@ package_update() {
pkg=$( package_autodetect )
else
echo_error "Invalid Syntax."
. $SDEROOT/lib/sde-help.in
help_command package
package_usage
return 1
fi
@ -109,8 +108,7 @@ package_update() {
package_do_update "$pkg" "$ver" "${location}"
else
echo_error "I could't guess which package you want to update."
. $SDEROOT/lib/sde-help.in
help_command package
package_usage
return 2
fi
}

Loading…
Cancel
Save