mirror of
https://github.com/megastep/makeself.git
synced 2025-09-26 19:41:12 +08:00
More compatible base64 handling
This commit is contained in:
@@ -316,7 +316,7 @@ do
|
||||
preextract_file="$2"
|
||||
shift 2 || { MS_Usage; exit 1; }
|
||||
test -r "$preextract_file" || { echo "Unable to open pre-extraction script: $preextract_file" >&2; exit 1; }
|
||||
PREEXTRACT_ENCODED=`base64 "$preextract_file"`
|
||||
PREEXTRACT_ENCODED=`base64 < "$preextract_file"`
|
||||
;;
|
||||
--cleanup)
|
||||
CLEANUP_SCRIPT="$2"
|
||||
|
Reference in New Issue
Block a user