Advertisement
Guest User

Untitled

a guest
Jul 6th, 2015
190
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.35 KB | None | 0 0
  1. --- packageNativeHadoop.sh 2015-05-28 12:20:06.000000000 -0700
  2. +++ packageNativeHadoopQuoted.sh 2015-06-08 19:17:52.000000000 -0700
  3. @@ -31,7 +31,7 @@
  4. UNTAR='tar xfBp -'
  5.  
  6. # Copy the pre-built libraries in $BASE_NATIVE_LIB_DIR
  7. -if [ -d $BASE_NATIVE_LIB_DIR ]
  8. +if [ -d "$BASE_NATIVE_LIB_DIR" ]
  9. then
  10. for platform in `ls $BASE_NATIVE_LIB_DIR`
  11. do
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement