]> gitweb.fluxo.info Git - keyringer.git/commitdiff
Source $LIB or abort
authorSilvio Rhatto <rhatto@riseup.net>
Sat, 18 Sep 2010 16:54:57 +0000 (13:54 -0300)
committerSilvio Rhatto <rhatto@riseup.net>
Sat, 18 Sep 2010 16:54:57 +0000 (13:54 -0300)
12 files changed:
share/keyringer/append
share/keyringer/decrypt
share/keyringer/del
share/keyringer/edit
share/keyringer/encrypt
share/keyringer/genpair
share/keyringer/git
share/keyringer/ls
share/keyringer/newkeys
share/keyringer/options
share/keyringer/recipients
share/keyringer/recrypt

index 309f88c0192dcb086139ef467066380c547b7618..18e823236351477e89f96d6e3f0bd650490f70a0 100755 (executable)
@@ -5,7 +5,7 @@
 
 # Load functions
 LIB="`dirname $0`/../../lib/keyringer/functions"
-source $LIB
+source $LIB || exit 1
 keyringer_set_env $*
 
 # Get file
index 1fe0ee30f1a1ac2dd1609b8ed85424b8c1f21750..003dfd168b4d51314f2f787af5ac82c89f4ec6a9 100755 (executable)
@@ -5,7 +5,7 @@
 
 # Load functions
 LIB="`dirname $0`/../../lib/keyringer/functions"
-source $LIB
+source $LIB || exit 1
 keyringer_set_env $*
 
 # Get file
index d8ed68f169c261d4e3fce4b0b18f98add4bb0c4a..254acb096dac9774b971f133ed989a1c71bcbdde 100755 (executable)
@@ -5,7 +5,7 @@
 
 # Load functions
 LIB="`dirname $0`/../../lib/keyringer/functions"
-source $LIB
+source $LIB || exit 1
 keyringer_set_env $*
 
 # Get file
index 4a5be141b16894b0c75c30462a55269e72e3a120..6b201a9bea464c0006d3e736510a4f49c7479861 100755 (executable)
@@ -5,7 +5,7 @@
 
 # Load functions
 LIB="`dirname $0`/../../lib/keyringer/functions"
-source $LIB
+source $LIB || exit 1
 keyringer_set_env $*
 
 # Get file
index 1f0ec470b3d757dc7311752892b64c694954de19..d0c0a325dcb657c8014638872a61262a2bc40d44 100755 (executable)
@@ -5,7 +5,7 @@
 
 # Load functions
 LIB="`dirname $0`/../../lib/keyringer/functions"
-source $LIB
+source $LIB || exit 1
 keyringer_set_env $*
 
 # Aditional parameters
index 9177ba38932269196cbbfb8d5221250b8345584b..77b9388e618306cfe2d6b11d51efdcc9cfc6ab38 100755 (executable)
@@ -112,7 +112,7 @@ function genpair_ssl {
 
 # Load functions
 LIB="`dirname $0`/../../lib/keyringer"
-source $LIB/functions
+source $LIB/functions || exit 1
 keyringer_set_env $*
 
 # Aditional parameters
index b453a8f483871cb26cf758836edfdf6d7ff0c03d..d9a9f82663fa68b1d7ae81731699643ec815c078 100755 (executable)
@@ -5,7 +5,7 @@
 
 # Load functions
 LIB="`dirname $0`/../../lib/keyringer/functions"
-source $LIB
+source $LIB || exit 1
 keyringer_set_env $*
 
 # Aditional parameters
index 81e3177d5ad426d0812a25fac32eb0bdc642bcec..9d987de45e0b79a71efe2a39b6c96351fa2a17ea 100755 (executable)
@@ -5,7 +5,7 @@
 
 # Load functions
 LIB="`dirname $0`/../../lib/keyringer/functions"
-source $LIB
+source $LIB || exit 1
 keyringer_set_env $*
 
 # Aditional parameters
index eff529e778f2a3055e95b19d724217c08896f65a..fc404bbb7ab12fc892ba8ca91b372388a046ec5c 100755 (executable)
@@ -36,7 +36,7 @@ function newkeys_puppet {
 
 # Load functions
 LIB="`dirname $0`/../../lib/keyringer"
-source $LIB/functions
+source $LIB/functions || exit 1
 keyringer_set_env $*
 
 # Command parser
index 6708b54070ddaada41a454603cc9bada84e7a1a6..626969f579e3bb50e7d756e78b4c4992feaff195 100755 (executable)
@@ -5,7 +5,7 @@
 
 # Load functions
 LIB="`dirname $0`/../../lib/keyringer"
-source $LIB/functions
+source $LIB/functions || exit 1
 keyringer_set_env $*
 
 # Command parser
index 36eefcc1fa73e9def5e7bd13a7ed921b2edb6e74..df707c5e623fff48812519a2ec434b9fdba83d6f 100755 (executable)
@@ -5,7 +5,7 @@
 
 # Load functions
 LIB="`dirname $0`/../../lib/keyringer"
-source $LIB/functions
+source $LIB/functions || exit 1
 keyringer_set_env $*
 
 # Command parser
index a45efa112df22d3534ec23fc843ba42ee111e8d4..bc1147cc6bc23963acccc493d9e6a739a06bee31 100755 (executable)
@@ -5,7 +5,7 @@
 
 # Load functions
 LIB="`dirname $0`/../../lib/keyringer/functions"
-source $LIB
+source $LIB || exit 1
 keyringer_set_env $*
 
 # Get file