diff --git a/NPLib/scripts/buildliblist.sh b/NPLib/scripts/buildliblist.sh
index 9cc13c3f942759cbcc3953aedf1bcba4a2d5baad..507d0b260bb9c4c70ab22e324e6e7a412e9ce4ca 100755
--- a/NPLib/scripts/buildliblist.sh
+++ b/NPLib/scripts/buildliblist.sh
@@ -38,7 +38,7 @@ printf "# WARNING:\n" >> $outfile
 printf "#    This file is automatically generated when NPLib libraries are built through the make command.\n" >> $outfile
 printf "#    If you modify this file by hand, changes won't persist the next time you compile NPLib.\n" >> $outfile
 printf "#\n" >> $outfile
-printf "echo -L$NPTOOL/NPLib/lib" >> $outfile
+printf t "echo -L$NPTOOL/NPLib/lib" >> $outfile
 chmod a+x $outfile
 
 # loop on *.so files in lib/ directory