Lines 89-94
while true ; do
Link Here
|
89 |
-p|--populate-db) op=populate ; shift ;; |
89 |
-p|--populate-db) op=populate ; shift ;; |
90 |
-m|--marcflavor) ZEBRA_MARC_FORMAT="$2" ; shift 2 ;; |
90 |
-m|--marcflavor) ZEBRA_MARC_FORMAT="$2" ; shift 2 ;; |
91 |
-l|--zebralang) ZEBRA_LANGUAGE="$2" ; shift 2 ;; |
91 |
-l|--zebralang) ZEBRA_LANGUAGE="$2" ; shift 2 ;; |
|
|
92 |
-d|--defaultsql) DEFAULTSQL="$2" ; shift 2 ;; |
92 |
--) shift ; break ;; |
93 |
--) shift ; break ;; |
93 |
*) die "Internal error! " ;; |
94 |
*) die "Internal error! " ;; |
94 |
esac |
95 |
esac |
95 |
- |
|
|