Projects
Multimedia
ffx264
Sign Up
Log In
Username
Password
Overview
Repositories
Revisions
Requests
Users
Attributes
Meta
Expand all
Collapse all
Changes of Revision 33
View file
ffx264-3.2.5.tar.gz/ffx264
Changed
@@ -423,19 +423,19 @@ printf "Specify the Output Directory [default is $OUTPUT]: " read -e output if [ -z "$output" ]; then - OUTPUT="$OUTPUT/\$i" - mkdir -p "$(dirname "$OUTPUT")" 2>/dev/null + mkdir -p "$OUTPUT" 2>/dev/null if [ $? != 0 ]; then error "-> Could not create the output directory!" exit 1 fi + OUTPUT="$(readlink -f "$OUTPUT")" else - mkdir -p "$(dirname "$output/\$i")" 2>/dev/null + mkdir -p "$output" 2>/dev/null if [ $? != 0 ]; then error "-> Could not create the output directory!" exit 1 fi - OUTPUT="$(readlink -f "$output/\$i")" + OUTPUT="$(readlink -f "$output")" fi else printf "Specify a Name for the Output: " @@ -452,7 +452,7 @@ fi OUTPUT="$(readlink -f "$output")" else - OUTPUT="$OUTDIR/$output" + OUTPUT="$(readlink -f "$OUTDIR/$output")" fi fi
Locations
Projects
Search
Status Monitor
Help
Open Build Service
OBS Manuals
API Documentation
OBS Portal
Reporting a Bug
Contact
Mailing List
Forums
Chat (IRC)
Twitter
Open Build Service (OBS)
is an
openSUSE project
.