X-Git-Url: https://feistymeow.org/gitweb/?a=blobdiff_plain;f=scripts%2Fcustomize%2Ffred%2Fscripts%2Fgames%2Ffallout_new_vegas_link_fixer.sh;h=2475b432a3b62cd89f5b2259f5c10a71b82f80e8;hb=537c8e4225165e5f2b75acad6bcee6a33015ebee;hp=a9a8ed82a69f22aa897b8466823bd1a740e88915;hpb=3f0fec42928d138909ae1d9131e2fb75d108bae7;p=feisty_meow.git diff --git a/scripts/customize/fred/scripts/games/fallout_new_vegas_link_fixer.sh b/scripts/customize/fred/scripts/games/fallout_new_vegas_link_fixer.sh index a9a8ed82..2475b432 100644 --- a/scripts/customize/fred/scripts/games/fallout_new_vegas_link_fixer.sh +++ b/scripts/customize/fred/scripts/games/fallout_new_vegas_link_fixer.sh @@ -31,7 +31,7 @@ function make_local_dir_link() return fi ln -s "$name" "$new_name" - test_or_die "creating link for $dir/$new_name from $dir/$name" + exit_on_error "creating link for $dir/$new_name from $dir/$name" echo "Created link $dir/$new_name from $dir/$name" popd &>/dev/null }