]> andersk Git - openssh.git/blobdiff - contrib/ssh-copy-id
- (dtucker) [Makefile.in contrib/ssh-copy-id] Bug #894: Improve portability
[openssh.git] / contrib / ssh-copy-id
index a1c0a9234316ce7e843f0d7237fafbeca3ffc7cb..1555b5d376c6bd115b3ef9c9e646e27144ac7084 100644 (file)
@@ -24,7 +24,7 @@ else
   fi
 fi
 
-if [ -z "`eval $GET_ID`" -a -r "${ID_FILE}" ] ; then
+if [ -z "`eval $GET_ID`" ] && [ -r "${ID_FILE}" ] ; then
   GET_ID="cat ${ID_FILE}"
 fi
 
This page took 0.276036 seconds and 4 git commands to generate.