modified error handling methods
[feisty_meow.git] / scripts / customize / fred / scripts / games / fallout_new_vegas_link_fixer.sh
index a9a8ed82a69f22aa897b8466823bd1a740e88915..2475b432a3b62cd89f5b2259f5c10a71b82f80e8 100644 (file)
@@ -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
 }