Update bundle_deps.sh

AuthorKonata <konata@posteo.jp>
Date
Commitd23598a2b3123f115070372c0e4fd937d78226e9
Parent7f6454d
1 file changed, 2 deletions(-)
Mbundle_deps.sh
@@ -6,8 +6,6 @@ else
66 BINARY=$(realpath $1)
77 DESTINATION=$(realpath $2)
88 SCRIPTFILENAME="$DESTINATION/start_$(basename $BINARY).sh"
9-SCRIPTFILE="#!/bin/bash\n
10-LD_LIBRARY_PATH=./libs ./$(basename $BINARY)"
119
1210 read -r -d '' SCRIPTFILE << EOM
1311 #!/bin/bash