diff options
Diffstat (limited to 'scripts/update-java-alternatives')
-rwxr-xr-x | scripts/update-java-alternatives | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/scripts/update-java-alternatives b/scripts/update-java-alternatives index 71bc479..bffaa70 100755 --- a/scripts/update-java-alternatives +++ b/scripts/update-java-alternatives @@ -63,8 +63,8 @@ while [ "$#" -gt 0 ]; do shift done -#[ "$#" -eq 0 ] || usage 1 -#[ -n "$action" ] || usage 1 +[ "$#" -eq 0 ] || usage 1 +[ -n "$action" ] || usage 1 which='^(hl|jre|jdk|plugin|DUMMY) ' if [ -n "$hlonly$jreonly$pluginonly" ]; then |